diff options
| author | Ryan Gonzalez <kirbyfan64@users.noreply.github.com> | 2017-04-14 04:00:25 -0500 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2017-04-14 11:00:25 +0200 |
| commit | 7bb68f652d75c6a8585c95a75757ef6ca0b7d151 (patch) | |
| tree | 1bd0e9b20e3631c65b533960c0b39d937901e3fe | |
| parent | 4499210cb8c3c947708479e4bd9d10370aabaf83 (diff) | |
| download | python-setuptools-git-7bb68f652d75c6a8585c95a75757ef6ca0b7d151.tar.gz | |
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
| -rw-r--r-- | command/sdist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/sdist.py b/command/sdist.py index 180e2862..52eaa15d 100644 --- a/command/sdist.py +++ b/command/sdist.py @@ -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 |
