aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/sdist.py
diff options
context:
space:
mode:
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):