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: I78b28bf2fe60dc64cf6c3894da36f683a2e0bb30
This commit is contained in:
sonu.kumar 2015-12-14 13:04:02 +05:30
parent 1ee5191cec
commit 01ef42c8b4

@ -1,14 +0,0 @@
include AUTHORS
include babel.cfg
include ChangeLog
include LICENSE
include README.rst
recursive-include doc *
recursive-include tests *
recursive-include python-openstackclient *.po *.pot
exclude .gitignore
exclude .gitreview
global-exclude *.pyc