From ff6ca993b08568d4b10039f24f40465ae81c7fc2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 16 Apr 2018 20:57:30 +0300 Subject: [PATCH] Build, docs: pypi.python.org => pypi.org --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1ab63af..0fff396 100644 --- a/README.rst +++ b/README.rst @@ -22,4 +22,4 @@ standard SQL to load at least to PostgreSQL or SQLite. | Git repo: http://git.phdru.name/sqlconvert.git/ | GitHub repo: https://github.com/phdru/sqlconvert | Issue tracker: https://github.com/phdru/sqlconvert/issues -| PyPI: https://pypi.python.org/pypi/sqlconvert +| PyPI: https://pypi.org/project/sqlconvert/ diff --git a/setup.py b/setup.py index 6a7dc8f..b6e8135 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( 'Homepage': 'http://phdru.name/Software/Python/sqlconvert/', 'Documentation': 'http://phdru.name/Software/Python/sqlconvert/docs/', - 'Download': 'https://pypi.python.org/pypi/sqlconvert/%s' + 'Download': 'https://pypi.org/project/sqlconvert/%s/' % sqlconvert_version.__version__, 'Git repo': 'http://git.phdru.name/sqlconvert.git/', 'Github repo': 'https://github.com/phdru/sqlconvert', -- 2.39.2