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

@ -95,6 +95,13 @@ New Modules
Improved Modules
================
distutils
---------
README.rst is now included in the list of distutils standard READMEs and
therefore included in source distributions.
(Contributed by Ryan Gonzalez in :issue:`11913`.)
http.server
-----------