Drop MANIFEST.in - it's not needed by pbr

Keystoneauth already uses PBR:-
setuptools.setup(
 setup_requires=['pbr>=1.8'],
 pbr=True)

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: Ibf29e5b6c5ea34a23198e88c57372f1e8bbb2fc2
Closes-Bug: #1608980
This commit is contained in:
Jeremy Liu 2016-11-25 17:09:38 +08:00
parent 08539ec4d6
commit 559bd5affc
1 changed files with 0 additions and 7 deletions

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 *