diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-12 12:22:45 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-12 12:22:45 -0500 |
| commit | d00fac7b86abd71664af6a28acd924eff7c79017 (patch) | |
| tree | f37ef8b6009cf329ba09786eb6b01165d45fb620 /MANIFEST.in | |
| parent | b6bbe236ed0689f50b5148f1172510b975687e62 (diff) | |
| download | python-setuptools-git-d00fac7b86abd71664af6a28acd924eff7c79017.tar.gz | |
Include rst files in docs in sdist. Fixes #2477.
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 128ae280..92bd4f69 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,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 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 * |
