bpo-11913: Add README.rst to the distutils standard READMEs list (#563)

This commit is contained in:
Ryan Gonzalez 2017-04-14 04:00:25 -05:00 committed by Victor Stinner
parent 947629916a
commit f9f87f0934
4 changed files with 19 additions and 5 deletions

View file

@ -96,7 +96,7 @@ class sdist(Command):
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