From 4836dc997386399e1850637983cb540169690e40 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 11 Jun 2018 01:29:28 -0400 Subject: [PATCH] more pypi.python.org -> pypi.org for 3.6 (GH-7616) --- Doc/distutils/setupscript.rst | 2 +- Doc/howto/pyporting.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 38e0202e4a..21d569b65c 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -609,7 +609,7 @@ Notes: (4) These fields should not be used if your package is to be compatible with Python versions prior to 2.2.3 or 2.3. The list is available from the `PyPI website - `_. + `_. (5) The ``long_description`` field is used by PyPI when you are diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 2a27041ab4..88b01779d2 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -432,7 +432,7 @@ to make sure everything functions as expected in both versions of Python. .. _coverage.py: https://pypi.org/project/coverage .. _Futurize: http://python-future.org/automatic_conversion.html .. _importlib: https://docs.python.org/3/library/importlib.html#module-importlib -.. _importlib2: https://pypi.python.org/pypi/importlib2 +.. _importlib2: https://pypi.org/project/importlib2 .. _Modernize: https://python-modernize.readthedocs.org/en/latest/ .. _mypy: http://mypy-lang.org/ .. _Porting to Python 3: http://python3porting.com/ -- 2.50.1