summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-24 16:51:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-24 16:51:28 -0500
commit8e299de75f1cf231a52e7ed44d4a4dfda4b91cd9 (patch)
tree8fba4aea0570e800b6486930062af3666fa2c0da /MANIFEST.in
parent9f09fcd8caf6e7381ce2717fb241e303f1974f2b (diff)
downloadpython-setuptools-bitbucket-8e299de75f1cf231a52e7ed44d4a4dfda4b91cd9.tar.gz
Moved pkg_resources into its own package.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 2c587d40..8916394a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +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
include *.py
include *.txt
include MANIFEST.in