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

Magnum 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: Ia4dbe462e3d416565c538361f0c4f06fd35c8ab4
Closes-Bug: #1608980
This commit is contained in:
yatin karel 2016-08-02 20:05:00 +05:30
parent b4fb83800b
commit b6583921f4
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
include magnum/db/sqlalchemy/alembic.ini
include magnum/db/sqlalchemy/alembic/script.py.mako
global-exclude *.pyc