summaryrefslogtreecommitdiff
path: root/setuptools/command/sdist.py
diff options
context:
space:
mode:
authorAlex Clark <aclark@aclark.net>2012-04-22 21:41:29 -0400
committerAlex Clark <aclark@aclark.net>2012-04-22 21:41:29 -0400
commitdfbdf029d6ca2484542262bf3f81e4db5762f37d (patch)
tree17e833a2ca0451ca5d57bbe686d539893921fc3f /setuptools/command/sdist.py
parentf2dbab000a9d316357819841cf8f61e1fa91b8fc (diff)
downloadpython-setuptools-bitbucket-dfbdf029d6ca2484542262bf3f81e4db5762f37d.tar.gz
README.rst is now a standard
Diffstat (limited to 'setuptools/command/sdist.py')
-rwxr-xr-xsetuptools/command/sdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/sdist.py b/setuptools/command/sdist.py
index c49839cd..1f88e93b 100755
--- a/setuptools/command/sdist.py
+++ b/setuptools/command/sdist.py
@@ -155,7 +155,7 @@ class sdist(_sdist):
dist_files.append(data)
def add_defaults(self):
- standards = [('README', 'README.txt'),
+ standards = [('README', 'README.rst', 'README.txt'),
self.distribution.script_name]
for fn in standards:
if isinstance(fn, tuple):