diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-04 22:14:01 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-04 22:14:01 -0400 |
commit | d020c5a8efa0b5d903b00844d02c1460b51ff9ff (patch) | |
tree | 270aaa7917eab0c70e4ed7cb0a7a79a2cb8c4672 | |
parent | aa5a03972360fdd48530183a60171ecbf477d1e6 (diff) | |
download | python-setuptools-git-0.6.37.tar.gz |
Add *.xml to MANIFEST.in0.6.37
--HG--
branch : distribute
extra : rebase_source : 2b26ec8909bff210f47c5f8fc620bc505e1610b5
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 9837747a..68337800 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include setuptools *.py *.txt *.exe +recursive-include setuptools *.py *.txt *.exe *.xml recursive-include tests *.py *.c *.pyx *.txt recursive-include setuptools/tests *.html recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html |