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:
sonu.kumar 2015-12-10 16:07:51 +05:30
parent c644308296
commit 1fcd643f04
1 changed files with 0 additions and 11 deletions

View File

@ -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