diff options
-rwxr-xr-x | setuptools/command/sdist.py | 2 |
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): |