mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
fixed #4400 : distutils .pypirc default generated file was broken.
This commit is contained in:
parent
42d19e6a2c
commit
e4c75bb585
5 changed files with 153 additions and 7 deletions
|
@ -10,8 +10,8 @@ from ConfigParser import ConfigParser
|
|||
from distutils.cmd import Command
|
||||
|
||||
DEFAULT_PYPIRC = """\
|
||||
[pypirc]
|
||||
servers =
|
||||
[distutils]
|
||||
index-servers =
|
||||
pypi
|
||||
|
||||
[pypi]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue