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: Iabc127818bc1b18e93cb244ffc73cfb98ef1905d
This commit is contained in:
13
MANIFEST.in
13
MANIFEST.in
@@ -1,13 +0,0 @@
|
||||
include AUTHORS
|
||||
include ChangeLog
|
||||
include designateclient/versioninfo
|
||||
include *.txt *.ini *.cfg *.rst *.md
|
||||
recursive-include designateclient/resources *
|
||||
recursive-include tools *
|
||||
|
||||
exclude .gitignore
|
||||
exclude .gitreview
|
||||
exclude *.sublime-project
|
||||
|
||||
global-exclude *.pyc
|
||||
|
Reference in New Issue
Block a user