X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=041fdf4a52eaaffe0ed7b5d028d9f152556a928e;hb=2aefa8f250e64fe7329ba02593e249cd4e3b4f09;hp=97786145b2ac89929877b5ee9149173370bf9136;hpb=f4d941d257900b0a87ef3b2cb12b3379af42dcc9;p=m_lib.full.git diff --git a/setup.py b/setup.py index 9778614..041fdf4 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ from setuptools import setup -setup(name = "m_lib.full", +setup( + name = "m_lib.full", version = "1.0.1", description = "m_lib full meta-package", long_description = "Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design", @@ -12,7 +13,7 @@ setup(name = "m_lib.full", 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",