summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-02 00:12:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-02 00:12:02 -0500
commita73be3ae059fd1583f9930b76116ae977e29c174 (patch)
tree801886d57ac9db3c185e6f2257e5f88815917370
parent2a29b7359ccfa6c5dc99a08d0a19e1c3ba1dfa5c (diff)
downloadpython-setuptools-git-a73be3ae059fd1583f9930b76116ae977e29c174.tar.gz
Remove unused entries in manifest, fixing spurious warnings.
-rw-r--r--MANIFEST.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f6caf61a..ed60948b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,6 @@
-recursive-include setuptools *.py *.txt *.exe *.xml
-recursive-include tests *.py *.c *.pyx *.txt
-recursive-include setuptools/tests *.html entries*
-recursive-include setuptools/tests/svn_data *.zip
+recursive-include setuptools *.py *.exe *.xml
+recursive-include tests *.py *.c *.pyx
+recursive-include setuptools/tests *.html
recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html
recursive-include _markerlib *.py
recursive-include pkg_resources *.py *.txt