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

Ec2-api 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: I3eafb35c6a8ecd89cb5719e63954aabae7899830
Closes-Bug:#1608980
This commit is contained in:
Iswarya_Vakati 2016-10-14 10:30:09 +05:30
parent a8123a5952
commit 897e498ce8
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
include run_tests.sh ChangeLog
include README.rst builddeb.sh
include MANIFEST.in pylintrc
include AUTHORS
include run_tests.py
include HACKING.rst
include LICENSE
include ChangeLog
include babel.cfg tox.ini
include openstack-common.conf
include ec2api/openstack/common/README
include ec2api/db/sqlalchemy/migrate_repo/README
include ec2api/db/sqlalchemy/migrate_repo/migrate.cfg
include ec2api/db/sqlalchemy/migrate_repo/versions/*.sql
graft doc
graft etc
graft ec2api/locale
graft ec2api/tests
graft tools
global-exclude *.pyc