diff options
| author | Gökçen Nurlu <gnurlu1@bloomberg.net> | 2018-10-27 13:09:34 +0100 |
|---|---|---|
| committer | Gökçen Nurlu <gnurlu1@bloomberg.net> | 2018-10-27 14:00:00 +0100 |
| commit | f25c12c2f60fe524a92282337c999b64d2c8ba91 (patch) | |
| tree | f1b6412d28effacd172e21ab9dd7f27d544f4a93 /MANIFEST.in | |
| parent | 1fb56a315f92e09d930ab7c2c787adbaead64d76 (diff) | |
| download | external_python_setuptools-f25c12c2f60fe524a92282337c999b64d2c8ba91.tar.gz external_python_setuptools-f25c12c2f60fe524a92282337c999b64d2c8ba91.tar.bz2 external_python_setuptools-f25c12c2f60fe524a92282337c999b64d2c8ba91.zip | |
Exclude .pyc in _vendor folder from sdist output
Fixes #1414
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 325bbed8..9cce3c90 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ recursive-include setuptools *.py *.exe *.xml recursive-include tests *.py recursive-include setuptools/tests *.html recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html -recursive-include setuptools/_vendor * +recursive-include setuptools/_vendor *.py *.txt recursive-include pkg_resources *.py *.txt include *.py include *.rst |
