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

neutron-fwaas already uses PBR:-
`setuptools.setup(setup_requires=['pbr>=2.0.0'], pbr=True)`
This patch removes `MANIFEST.in` file as pbr generates a sensible
manifest and therefore there is no need for an explicit 'MANIFEST.in'
file.

Closes-Bug: #1608980
Change-Id: I5035fca63b9dab6f141a4996b92fbd9cfbf770a7
This commit is contained in:
ritesh.arya 2017-06-30 16:31:46 +05:30 committed by Kevin Benton
parent 43cab7462e
commit 675a0a2e39
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
include AUTHORS
include README.rst
include ChangeLog
include LICENSE
include neutron_fwaas/db/migration/alembic_migrations/script.py.mako
recursive-include neutron_fwaas/db/migration/alembic_migrations/versions *
exclude .gitignore
exclude .gitreview
global-exclude *.pyc