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:
parent
32bfd146b9
commit
49832949f5
@ -1,6 +0,0 @@
|
||||
include AUTHORS
|
||||
include ChangeLog
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
global-exclude *.pyc
|
Loading…
x
Reference in New Issue
Block a user