Drop MANIFEST.in - it's not needed by pbr

sushy 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: I33a0c93a937582d6efeb8a2164cbd92de99a05a0
This commit is contained in:
Arundhati Surpur 2017-07-05 13:31:42 +05:30
parent ad0d018fbd
commit b67e6334fa
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
global-exclude *.pyc