From cd2c355f7498bc6d64e1a50fc4f4a316e705521d Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Fri, 21 Jul 2017 23:18:13 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr mistral-lib 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: Id7067767c50ea144ee7c2e8a2a3f6b0190287e48 --- MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index c978a52..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include AUTHORS -include ChangeLog -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc