Skip to content

Commit

Permalink
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbyfan64 authored and vstinner committed Apr 14, 2017
1 parent 4499210 commit 7bb68f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def checking_metadata(self):

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
Expand Down

0 comments on commit 7bb68f6

Please sign in to comment.