From 48c6682c6c532f3600d4f3a5ee2aaf43656d9948 Mon Sep 17 00:00:00 2001 From: Iswarya_Vakati Date: Fri, 14 Oct 2016 15:59:01 +0530 Subject: [PATCH] Drop MANIFEST.in - it's not needed by pbr python-searchlightclient 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: I25b3bb7eefc6e6ca59802eb405a8d0e468ac152f Closes-Bug:#1608980 --- MANIFEST.in | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 145f2f5..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,10 +0,0 @@ -include AUTHORS -include babel.cfg -include LICENSE -include README.rst -include ChangeLog -include tox.ini -include .testr.conf -recursive-include doc * -recursive-include tools * -recursive-include python-searchlightclient *.po *.pot