diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-24 16:51:28 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-24 16:51:28 -0500 |
| commit | 79a0c55d8c09d3fdd68157faa8658ecd85aa5d45 (patch) | |
| tree | 9cb908f37a3572f5823ac38ca942bb00c91342cb /MANIFEST.in | |
| parent | 9b13614de9c0728a3951f3be2e98b5d09e4314f2 (diff) | |
| download | python-setuptools-git-79a0c55d8c09d3fdd68157faa8658ecd85aa5d45.tar.gz | |
Moved pkg_resources into its own package.
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 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 |
