Drop MANIFEST.in - it's not needed by pbr
Os-vif 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: Ibd7bde8bef011e56132ee6c4db6c79a724601e23 Closes-Bug: #1608980
This commit is contained in:
parent
4cdd962bc3
commit
74b38dd141
@ -1,6 +0,0 @@
|
||||
include AUTHORS
|
||||
include ChangeLog
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
global-exclude *.pyc
|
Loading…
x
Reference in New Issue
Block a user