From 1fcd643f04829851ddeca12e0dd3d6e78137ed04 Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Thu, 10 Dec 2015 16:07:51 +0530 Subject: [PATCH] Removes MANIFEST.in as it is not needed explicitely by PBR 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: Ib17ef621f8d71940d49aec4d9e0ca0eee9d91fca --- MANIFEST.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 6830345..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,11 +0,0 @@ -include AUTHORS -include ChangeLog -include LICENSE -include README.rst -include tox.ini .testr.conf -recursive-include tests * - -exclude .gitignore -exclude .gitreview - -global-exclude *.pyc