X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=836b2966d31ea6f8e0efef762cbd862fb8036ddb;hb=c6cf1e6adbf4a25b93acd7102cf0c4f25ef9b683;hp=856dd50fa53e38ca065b65c33c426e079970f28a;hpb=b85b6bac3e3a786e818243d32099146bed05d163;p=m_lib.git diff --git a/setup.py b/setup.py index 856dd50..836b296 100755 --- a/setup.py +++ b/setup.py @@ -2,10 +2,12 @@ from setuptools import setup -setup(name = "m_lib", +setup( + name = "m_lib", version = "3.1.0", description = "Broytman Library for Python", long_description = "Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design", + long_description_content_type="text/plain", author = "Oleg Broytman", author_email = "phd@phdru.name", url = "http://phdru.name/Software/Python/#m_lib",