diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-06 09:29:56 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-06 09:29:56 -0400 |
| commit | d7dc0fde71d3ff0090222419b973df0c5a73802c (patch) | |
| tree | bef302008d38f506e2048690a8cc5e3ea42b70dc | |
| parent | c0f5771495dea58b07f4a1d36badd4cef08aa687 (diff) | |
| download | python-setuptools-git-d7dc0fde71d3ff0090222419b973df0c5a73802c.tar.gz | |
README and CHANGES were renamed. Update MANIFEST.in to include them once again in the source distributions. Fixes #575.
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 668e13ce..cfd1b001 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.htm recursive-include setuptools/_vendor * recursive-include pkg_resources *.py *.txt include *.py -include *.txt +include *.rst include MANIFEST.in include launcher.c include msvc-build-launcher.cmd |
