commit | f9f87f0934ca570293ba7194bed3448a7f9bf39c | [log] [tgz] |
---|---|---|
author | Ryan Gonzalez <kirbyfan64@users.noreply.github.com> | Fri Apr 14 04:00:25 2017 -0500 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Apr 14 11:00:25 2017 +0200 |
tree | 7c59d528dd172d6b331ce0ab0afdfaf687f75318 | |
parent | 947629916a5ecb1f6f6792e9b9234e084c5bf274 [diff] [blame] |
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index 180e286..52eaa15 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py
@@ -96,7 +96,7 @@ sub_commands = [('check', checking_metadata)] - READMES = 'README', 'README.txt' + READMES = ('README', 'README.txt', 'README.rst') def initialize_options(self): # 'template' and 'manifest' are, respectively, the names of