diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 09:45:28 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 09:45:28 -0500 |
| commit | ce9d08f79a1e00070ffae5e9923495a63abee0ab (patch) | |
| tree | 84c4503c2c0277610a0a8ed9938c31219618b11e /MANIFEST.in | |
| parent | eba2f2e7cd3b4f6c83e20eb796dd4605135f25fb (diff) | |
| download | python-setuptools-git-ce9d08f79a1e00070ffae5e9923495a63abee0ab.tar.gz | |
Include api_tests.txt in the sdist. Fixes #312.
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 8916394a..f6caf61a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,7 @@ recursive-include setuptools/tests *.html entries* recursive-include setuptools/tests/svn_data *.zip recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html recursive-include _markerlib *.py -recursive-include pkg_resources *.py +recursive-include pkg_resources *.py *.txt include *.py include *.txt include MANIFEST.in |
