From c3165904f3dd500b2fd89ab2e35ca3aca0f3e1e1 Mon Sep 17 00:00:00 2001 From: "shashi.kant" Date: Sat, 15 Oct 2016 23:27:35 +0530 Subject: [PATCH] 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 --- MANIFEST.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 593276056..000000000 --- a/MANIFEST.in +++ /dev/null @@ -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