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

Neutron-lbaas 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: I0e59cd1b89329042097c1ab03e83b565a99ed350
Closes-Bug: #1608980
This commit is contained in:
shashi.kant 2016-10-15 23:27:35 +05:30
parent 1256286901
commit c3165904f3
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_lbaas/db/migration/alembic_migrations/script.py.mako
recursive-include neutron_lbaas/db/migration/alembic_migrations/versions *
exclude .gitignore
exclude .gitreview
global-exclude *.pyc