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: I78b28bf2fe60dc64cf6c3894da36f683a2e0bb30
This commit is contained in:
14
MANIFEST.in
14
MANIFEST.in
@@ -1,14 +0,0 @@
|
|||||||
include AUTHORS
|
|
||||||
include babel.cfg
|
|
||||||
include ChangeLog
|
|
||||||
include LICENSE
|
|
||||||
include README.rst
|
|
||||||
|
|
||||||
recursive-include doc *
|
|
||||||
recursive-include tests *
|
|
||||||
recursive-include python-openstackclient *.po *.pot
|
|
||||||
|
|
||||||
exclude .gitignore
|
|
||||||
exclude .gitreview
|
|
||||||
|
|
||||||
global-exclude *.pyc
|
|
Reference in New Issue
Block a user