X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=6e170308defd978eb70d1969e6d5643d7b6fa1ef;hb=7f8cd12c390d9c7dacdec849982d7ca28f0a44e2;hp=1ad4af1fb46caab7ed462c72eaf2fb171b252fbc;hpb=cc3ac621eb776cc8d2e46009c7f9af1f81ce6107;p=m_lib.git diff --git a/setup.py b/setup.py index 1ad4af1..6e17030 100755 --- a/setup.py +++ b/setup.py @@ -18,13 +18,27 @@ if is_setuptools: } setup(name = "m_lib", - version = "2.1.0", + version = "3.0.0b1", description = "Broytman Library for Python", - long_description = "Broytman Library for Python, Copyright (C) 1996-2013 PhiloSoft Design", + long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design", author = "Oleg Broytman", author_email = "phd@phdru.name", url = "http://phdru.name/Software/Python/#m_lib", license = "GPL", + keywords=[''], + classifiers=[ + 'Development Status :: 4 - Beta', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU General Public License (GPL)', + 'Operating System :: OS Independent', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Topic :: Software Development :: Libraries', + 'Topic :: Software Development :: Libraries :: Python Modules', + ], platforms = "All", packages = ["m_lib", "m_lib.clock", "m_lib.flad", "m_lib.hash", "m_lib.lazy",