From b6583921f498c8ce0d1386e56252c9ec2a9bb548 Mon Sep 17 00:00:00 2001 From: yatin karel Date: Tue, 2 Aug 2016 20:05:00 +0530 Subject: [PATCH] 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 --- MANIFEST.in | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index fa9d1afceb..0000000000 --- a/MANIFEST.in +++ /dev/null @@ -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