summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Yu <yushb@gohighsec.com>2016-11-28 18:46:29 -0800
committerSpencer Yu <yushb@gohighsec.com>2016-11-28 19:33:12 -0800
commit77a7828fc1c07b121c1e24bc087c9f7789900446 (patch)
treeee1f3502101f5872874d9173f04f4dc88ef7d633
parent4ffbc2224187fa17dedd9b5024ec36b3903249fc (diff)
downloadkeystonemiddleware-77a7828fc1c07b121c1e24bc087c9f7789900446.tar.gz
Drop MANIFEST.in - it's not needed by pbr4.11.0
Keystonemiddleware 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: I9886df7fc8cfe3d35795f475ddc20f4006521694 Closes-Bug: #1608980
-rw-r--r--MANIFEST.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index 29c0676..0000000
--- 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 *