summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-29 09:45:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-29 09:45:28 -0500
commitce9d08f79a1e00070ffae5e9923495a63abee0ab (patch)
tree84c4503c2c0277610a0a8ed9938c31219618b11e /MANIFEST.in
parenteba2f2e7cd3b4f6c83e20eb796dd4605135f25fb (diff)
downloadpython-setuptools-git-ce9d08f79a1e00070ffae5e9923495a63abee0ab.tar.gz
Include api_tests.txt in the sdist. Fixes #312.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
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