Removes MANIFEST.in as it is not needed explicitely by PBR
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: Ib17ef621f8d71940d49aec4d9e0ca0eee9d91fca
This commit is contained in:
parent
c644308296
commit
1fcd643f04
11
MANIFEST.in
11
MANIFEST.in
@ -1,11 +0,0 @@
|
||||
include AUTHORS
|
||||
include ChangeLog
|
||||
include LICENSE
|
||||
include README.rst
|
||||
include tox.ini .testr.conf
|
||||
recursive-include tests *
|
||||
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
|
||||
global-exclude *.pyc
|
Loading…
x
Reference in New Issue
Block a user