summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonu.kumar <sonu.kumar@nectechnologies.in>2015-12-11 16:23:21 +0530
committersonu.kumar <sonu.kumar@nectechnologies.in>2015-12-11 16:25:34 +0530
commitea01f15dfeab37fad774d736eafff402575eb115 (patch)
tree27b4fe87b741961a3ac5236fd9c2ed37c3bbac3f
parent2fbfcf568f78b68b54978ea1e43c6a682c3f650b (diff)
downloadoslosphinx-ea01f15dfeab37fad774d736eafff402575eb115.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: I38b985cc915cbccfa6ba83ae0cffbd72128f146e
-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 393e4dc..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,4 +0,0 @@
-recursive-include oslosphinx *.html *.css *.js *.conf *.jpg *.gif
-include AUTHORS
-include HACKING.rst
-include ChangeLog