summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2015-12-14 13:18:47 +0530
committersonu.kumar <sonu.kumar@nectechnologies.in>2015-12-14 13:18:47 +0530
commite58819db5f24934151f97afe5d741195c7b80e26 (patch)
tree63ecdc28f4ccda74448ae5c429a5899ebb0f7dfd
parenta6ee585aaae2d4caf1651422953ab79858c86324 (diff)
downloadpython-barbicanclient-e58819db5f24934151f97afe5d741195c7b80e26.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: I9838d042ec3cffa047e95f2c1a8000d63cd55cab
-rw-r--r--MANIFEST.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index 54a1999..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,4 +0,0 @@
-include README.md
-include LICENSE
-include tox.ini
-recursive-include tools * \ No newline at end of file