mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
This commit is contained in:
parent
947629916a
commit
f9f87f0934
4 changed files with 19 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue