Reviewed: https://review.openstack.org/385939 Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=12f53b746dacb3aa7a246d0fbca4feb844dd735b Submitter: Jenkins Branch: master
commit 12f53b746dacb3aa7a246d0fbca4feb844dd735b Author: Iswarya_Vakati <email address hidden> Date: Thu Oct 13 17:15:03 2016 +0530
Drop MANIFEST.in - it's not needed by pbr
Trove 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.
Change-Id: Ib37dde9c9fa0abe43a326ed2476effee04734daa Closes-Bug:#1608980
Reviewed: https:/ /review. openstack. org/385939 /git.openstack. org/cgit/ openstack/ trove/commit/ ?id=12f53b746da cb3aa7a246d0fbc a4feb844dd735b
Committed: https:/
Submitter: Jenkins
Branch: master
commit 12f53b746dacb3a a7a246d0fbca4fe b844dd735b
Author: Iswarya_Vakati <email address hidden>
Date: Thu Oct 13 17:15:03 2016 +0530
Drop MANIFEST.in - it's not needed by pbr
Trove 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: Ib37dde9c9fa0ab e43a326ed2476ef fee04734daa Bug:#1608980
Closes-