diff options
| author | Lennart Regebro <regebro@gmail.com> | 2012-09-17 15:48:03 +0200 |
|---|---|---|
| committer | Lennart Regebro <regebro@gmail.com> | 2012-09-17 15:48:03 +0200 |
| commit | ffefa25af237361253ed505a9045ae8b9642ae02 (patch) | |
| tree | e3daf4b25d069f151c6f66aa4caafa732c48374e /MANIFEST.in | |
| parent | 20c14661288e0418b44e7fb1a2ea3873fc4f6c21 (diff) | |
| download | python-setuptools-git-ffefa25af237361253ed505a9045ae8b9642ae02.tar.gz | |
Fixed so _markerlib is included in Python 3 as well. I don't like the package pollution, but we can maybe fix that later.
--HG--
branch : distribute
extra : rebase_source : 5b3de3075ffea309979c51df9d6a6a6fb1188050
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 461cfd4f..9837747a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ recursive-include setuptools *.py *.txt *.exe recursive-include tests *.py *.c *.pyx *.txt recursive-include setuptools/tests *.html recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html +recursive-include _markerlib *.py include *.py include *.txt include MANIFEST.in |
