diff options
author | Alex Clark <aclark@aclark.net> | 2012-04-22 21:41:29 -0400 |
---|---|---|
committer | Alex Clark <aclark@aclark.net> | 2012-04-22 21:41:29 -0400 |
commit | 76f2440a4dad4038f4d3aadcd64e33e9ef22ad6e (patch) | |
tree | 679de491bee4871e4a08820e888b5772d5ab1bbf /setuptools/command/sdist.py | |
parent | 8b6d10f3443e8f9b8d662097d496392a4e7ed599 (diff) | |
download | external_python_setuptools-76f2440a4dad4038f4d3aadcd64e33e9ef22ad6e.tar.gz external_python_setuptools-76f2440a4dad4038f4d3aadcd64e33e9ef22ad6e.tar.bz2 external_python_setuptools-76f2440a4dad4038f4d3aadcd64e33e9ef22ad6e.zip |
README.rst is now a standard
--HG--
branch : distribute
extra : rebase_source : 261a30d0a7ec63b1ff4918d7906476a19945b288
Diffstat (limited to 'setuptools/command/sdist.py')
-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): |