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: I9838d042ec3cffa047e95f2c1a8000d63cd55cab
This commit is contained in:
sonu.kumar 2015-12-14 13:18:47 +05:30
parent a6ee585aaa
commit e58819db5f
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
include README.md
include LICENSE
include tox.ini
recursive-include tools *