From: Oleg Broytman Date: Mon, 16 Apr 2018 17:57:30 +0000 (+0300) Subject: Build, docs: pypi.python.org => pypi.org X-Git-Tag: 0.2.3~11 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=ff6ca993b08568d4b10039f24f40465ae81c7fc2 Build, docs: pypi.python.org => pypi.org --- 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',