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

Neutron 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: I902f29fedb4b756af978af52927bd32a51270dc8
Closes-Bug: #1608980
This commit is contained in:
shashi.kant 2016-10-13 16:12:42 +05:30
parent ff9c6e219b
commit 43f5b5912f
1 changed files with 0 additions and 14 deletions

View File

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