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: I487247ec1b4f692c62e1794dbfede5b4e2924593
This commit is contained in:
sonu.kumar 2015-12-10 14:10:42 +05:30
parent 8e792a5f70
commit 9b8980d09d

View File

@ -1,13 +0,0 @@
include AUTHORS
include ChangeLog
include LICENSE
include README.rst
include tox.ini
recursive-include tests *
recursive-include tools *
recursive-include doc *
exclude .gitignore
exclude .gitreview
global-exclude *.pyc