X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=08ad0983b893eb0ee6c46fb43df9936273446fe6;hb=51ba2ffe35552595f0f1eb0c79e90983a34c022b;hp=96099693151c63d315256696294b0a0036c5bfdc;hpb=c5dac7ecae12952f2510f4418b44592807d30d75;p=m_lib.git diff --git a/setup.py b/setup.py index 9609969..08ad098 100755 --- a/setup.py +++ b/setup.py @@ -18,13 +18,27 @@ if is_setuptools: } setup(name = "m_lib", - version = "2.1.2", + version = "3.0.2", description = "Broytman Library for Python", 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 :: 5 - Production/Stable', + '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",