diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-16 10:33:45 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-16 10:33:45 -0500 |
commit | 866ff739f6e64aaaefcf7816263410527c9f55f7 (patch) | |
tree | d3cb8c36b5d94bedbb4354ff3adf76043b63eeaa | |
parent | 7c5d53881122046a97420ba085d865f59458ddde (diff) | |
download | external_python_setuptools-866ff739f6e64aaaefcf7816263410527c9f55f7.tar.gz external_python_setuptools-866ff739f6e64aaaefcf7816263410527c9f55f7.tar.bz2 external_python_setuptools-866ff739f6e64aaaefcf7816263410527c9f55f7.zip |
Include the _vendor directory in the sdist
--HG--
branch : feature/issue-229
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2c587d40..dc6a1c88 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 setuptools/_vendor * include *.py include *.txt include MANIFEST.in |