]> git.phdru.name Git - ppu.git/commitdiff
Build, docs: pypi.python.org => pypi.org
authorOleg Broytman <phd@phdru.name>
Mon, 16 Apr 2018 17:56:47 +0000 (20:56 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 16 Apr 2018 21:52:02 +0000 (00:52 +0300)
README.rst
setup.py

index e6303c1544061aa23ce4ae49592eed4b86bc846f..ad12156e426d7d04bf2bcaa530aed066eb98b9e4 100644 (file)
@@ -20,4 +20,4 @@ which.py - find a program in PATH and print full path to it.
 | Git repo:      http://git.phdru.name/ppu.git/
 | GitHub repo:   https://github.com/phdru/ppu
 | Issue tracker: https://github.com/phdru/ppu/issues
-| PyPI:          https://pypi.python.org/pypi/ppu
+| PyPI:          https://pypi.org/project/ppu/
index f384380e506642386d3058417846011072d68d0f..87789c05e0a435eb66e48cfa9ff5723883a4951c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
     project_urls={
         'Homepage': 'http://phdru.name/Software/Python/ppu/',
         'Documentation': 'http://phdru.name/Software/Python/ppu/docs/',
-        'Download': 'https://pypi.python.org/pypi/ppu/%s'
+        'Download': 'https://pypi.org/project/ppu/%s/'
         % ppu_version.__version__,
         'Git repo': 'http://git.phdru.name/ppu.git/',
         'Github repo': 'https://github.com/phdru/ppu',