Solum already uses PBR:-
setuptools.setup( setup_requires=['pbr>=1.8'],
pbr=True)
This patch removes `MANIFEST.in` file as pbr generates a
sensible manifest from git files and some standard files
and it removes the need for an explicit `MANIFEST.in` file.
Reviewed: https:/ /review. openstack. org/385955 /git.openstack. org/cgit/ openstack/ solum/commit/ ?id=9f48b08da11 17de3f73682a0ef 7af56ca48f2a10
Committed: https:/
Submitter: Jenkins
Branch: master
commit 9f48b08da1117de 3f73682a0ef7af5 6ca48f2a10
Author: Iswarya_Vakati <email address hidden>
Date: Thu Oct 13 17:51:27 2016 +0530
Drop MANIFEST.in - it's not needed by pbr
Solum already uses PBR:- setup(
setup_ requires= ['pbr>= 1.8'],
setuptools.
pbr=True)
This patch removes `MANIFEST.in` file as pbr generates a
sensible manifest from git files and some standard files
and it removes the need for an explicit `MANIFEST.in` file.
Change-Id: Id5702fee8da7ce b5d2a9dc90b584a b56973b7ea1 Bug:#1608980
Closes-