From 03369d1ef45f0a2d3bbc43fcf4be43c251fdce60 Mon Sep 17 00:00:00 2001 From: Deepak Date: Thu, 13 Oct 2016 16:53:34 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr masakari already uses PBR:- setuptools.setup( setup_requires=['pbr'], 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: I494f44d8358511bf80ccedc3043277d7c9a8ea9f Closes-Bug: #1608980 --- MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c978a52d..e69de29b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +0,0 @@ -include AUTHORS -include ChangeLog -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc