From: Oleg Broytman Date: Mon, 16 Apr 2018 17:55:36 +0000 (+0300) Subject: Build: pypi.python.org => pypi.org X-Git-Url: https://git.phdru.name/?p=m_lib.full.git;a=commitdiff_plain;h=2aefa8f250e64fe7329ba02593e249cd4e3b4f09 Build: pypi.python.org => pypi.org --- diff --git a/setup.py b/setup.py index 9d9c03a..041fdf4 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( url = "http://phdru.name/Software/Python/#m_lib", project_urls={ 'Homepage': 'http://phdru.name/Software/Python/#m_lib', - 'Download': 'https://pypi.python.org/pypi/m_lib.full', + 'Download': 'https://pypi.org/project/m_lib.full/', 'Git repo': 'http://git.phdru.name/m_lib.full.git/', }, license = "GPL",