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

python-searchlightclient 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: I25b3bb7eefc6e6ca59802eb405a8d0e468ac152f
Closes-Bug:#1608980
This commit is contained in:
Iswarya_Vakati 2016-10-14 15:59:01 +05:30
parent c3cf67f5e5
commit 48c6682c6c
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
include AUTHORS
include babel.cfg
include LICENSE
include README.rst
include ChangeLog
include tox.ini
include .testr.conf
recursive-include doc *
recursive-include tools *
recursive-include python-searchlightclient *.po *.pot