diff options
author | tarek <none@none> | 2009-09-10 05:44:09 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-09-10 05:44:09 +0200 |
commit | b863dd62d8defc800fcbff6fa07eb73d4351acb9 (patch) | |
tree | 345a18ba58c7c42c454f300e4e6a03f6b4e19125 | |
parent | efd119a512592c664043e9d66c2b311690bbe55b (diff) | |
download | external_python_setuptools-b863dd62d8defc800fcbff6fa07eb73d4351acb9.tar.gz external_python_setuptools-b863dd62d8defc800fcbff6fa07eb73d4351acb9.tar.bz2 external_python_setuptools-b863dd62d8defc800fcbff6fa07eb73d4351acb9.zip |
including txt files as well in tests
--HG--
branch : distribute
extra : rebase_source : 2d089514496c2b2b0d5246a7d1635560ffe5925f
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c546d1ea..b678dac4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ recursive-include setuptools *.py *.txt *.exe -recursive-include tests *.py *.c *.pyx +recursive-include tests *.py *.c *.pyx *.txt recursive-include docs *.py *.txt Makefile include *.py include *.txt |