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: I372d49935d4c61b51521a0ce50de6b6d1d99a833
This commit is contained in:
sonu.kumar
2015-12-17 16:04:11 +05:30
parent 131366495c
commit e20277a42e

View File

@@ -1,7 +0,0 @@
include README.rst
include AUTHORS HACKING LICENSE
include ChangeLog
include run_tests.sh tox.ini
recursive-include doc *
recursive-include tests *
recursive-include tools *