diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-21 12:20:02 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-21 12:30:01 -0500 |
| commit | ac2311014ab27409f1ca109101131fd7383cdc32 (patch) | |
| tree | e7a0903565dc21b690cc3bef5a519d2a48dbed1a | |
| parent | dfd155218751787fecd2bb3a11fef6e510ed8ec3 (diff) | |
| download | python-setuptools-git-ac2311014ab27409f1ca109101131fd7383cdc32.tar.gz | |
Include tmpl files in manifest template. Workaround for #2498.v51.1.0
Tests once again pass on an extract of the sdist.
| -rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 92bd4f69..eba40c5d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,10 +1,12 @@ -recursive-include setuptools *.py *.exe *.xml +recursive-include setuptools *.py *.exe *.xml *.tmpl recursive-include tests *.py recursive-include setuptools/tests *.html recursive-include docs *.py *.txt *.rst *.conf *.css *.css_t Makefile indexsidebar.html recursive-include setuptools/_vendor *.py *.txt recursive-include pkg_resources *.py *.txt recursive-include pkg_resources/tests/data * +recursive-include tools * +recursive-include changelog.d * include *.py include *.rst include MANIFEST.in |
