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

virtualpdu 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: I3dbeb53faf46d681f5efdedb54159b2dd2c8b232
This commit is contained in:
Arundhati Surpur 2017-07-23 00:42:07 +05:30 committed by Marc Aubry
parent 32bfd146b9
commit 49832949f5

View File

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