From 6573269e379d65bbd68326124d193eca4e690b5e Mon Sep 17 00:00:00 2001 From: nizam Date: Fri, 14 Oct 2016 15:15:02 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr swauth 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: Idb30c13b6c75129e07e46cbdd75a4aa92dcb5858 Closes-Bug: #1608980 --- MANIFEST.in | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 8e12558..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,4 +0,0 @@ -include AUTHORS LICENSE README.md .unittests test/__init__.py -include CHANGELOG -graft doc -graft etc