diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 00:12:02 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 00:12:02 -0500 |
commit | a73be3ae059fd1583f9930b76116ae977e29c174 (patch) | |
tree | 801886d57ac9db3c185e6f2257e5f88815917370 | |
parent | 2a29b7359ccfa6c5dc99a08d0a19e1c3ba1dfa5c (diff) | |
download | python-setuptools-git-a73be3ae059fd1583f9930b76116ae977e29c174.tar.gz |
Remove unused entries in manifest, fixing spurious warnings.
-rw-r--r-- | MANIFEST.in | 7 |
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 |