From 9fe5317e004e723d5ad9141cf1e5e90c5f8fe2e5 Mon Sep 17 00:00:00 2001 From: Deepak Date: Thu, 13 Oct 2016 16:57:37 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr octavia 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: I0b6a7a6eb3be8c1982a4fd7576dea1db9890f69c Closes-Bug: #1608980 --- MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index e8c0a842aa..e69de29bb2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +0,0 @@ -include README.rst -include LICENSE - -exclude .gitignore -exclude .gitreview -global-exclude *.pyc