diff options
Diffstat (limited to 'Doc/distutils/packageindex.rst')
-rw-r--r-- | Doc/distutils/packageindex.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/packageindex.rst b/Doc/distutils/packageindex.rst index ef81d64..3715c82 100644 --- a/Doc/distutils/packageindex.rst +++ b/Doc/distutils/packageindex.rst @@ -72,7 +72,7 @@ If you want to define another server a new section can be created:: index-servers = pypi other - + [pypi] repository: <repository-url> username: <username> @@ -91,4 +91,4 @@ Or even with the section name:: python setup.py register -r other - + |