Commit 7bb68f65 authored by Ryan Gonzalez's avatar Ryan Gonzalez Committed by Victor Stinner

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

parent 4499210c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment