From e20277a42ee7d11d86c581a50637f4f962faa61d Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Thu, 17 Dec 2015 16:04:11 +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: I372d49935d4c61b51521a0ce50de6b6d1d99a833 --- MANIFEST.in | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 29c067650..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,7 +0,0 @@ -include README.rst -include AUTHORS HACKING LICENSE -include ChangeLog -include run_tests.sh tox.ini -recursive-include doc * -recursive-include tests * -recursive-include tools *