summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2015-12-10 13:08:12 +0530
committersonu.kumar <sonu.kumar@nectechnologies.in>2015-12-10 13:10:32 +0530
commit3fedd8b6dfcb929e3ec554bbf98d670601ac28d6 (patch)
tree23c7fb27840aba218aa4aef46a976b8bca354c07
parent5c06fa6ea71cf9cd6526c1469dc6e12ab80a3fa1 (diff)
downloadoslo-middleware-3fedd8b6dfcb929e3ec554bbf98d670601ac28d6.tar.gz
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: I6b2852b1683a5cf466b2bb1fd1c97aa033c3f3b2
-rw-r--r--MANIFEST.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index b343477..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,9 +0,0 @@
-include AUTHORS
-include ChangeLog
-exclude .gitignore
-exclude .gitreview
-
-recursive-include oslo/middleware *.py
-recursive-include oslo_middleware *.py
-
-global-exclude *.pyc \ No newline at end of file