From b6789e9a1f1ff3c3984187145228e283cfc22102 Mon Sep 17 00:00:00 2001 From: nizam Date: Sun, 23 Oct 2016 22:32:16 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr manila-specs already uses PBR:- setuptools.setup( setup_requires=['pbr'], pbr=True) Change-Id: Ic9af35ef021837ddbaba2c8e0e01a57630844353 --- 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