summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-06 09:29:56 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-06 09:29:56 -0400
commitd7dc0fde71d3ff0090222419b973df0c5a73802c (patch)
treebef302008d38f506e2048690a8cc5e3ea42b70dc
parentc0f5771495dea58b07f4a1d36badd4cef08aa687 (diff)
downloadpython-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.in2
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