From 994b7bcb680f779981f4005242792034e9d8fad8 Mon Sep 17 00:00:00 2001 From: nizam Date: Thu, 20 Oct 2016 21:08:15 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr yaql 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: I92c00f0068de48b8d33307367e260e583e27a4f1 Closes-Bug:#1608980 --- MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 90f8a7a..e69de29 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +0,0 @@ -include AUTHORS -include ChangeLog -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc \ No newline at end of file