From 39e1e33fa38a0091ad684825e4fca719c3bda55a Mon Sep 17 00:00:00 2001 From: Deepak Date: Thu, 13 Oct 2016 16:17:40 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr Kosmos 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: Ib4c0634a764c4d52b23adc37f2a851a0742fa559 --- MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c978a52..e69de29 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +0,0 @@ -include AUTHORS -include ChangeLog -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc