From: Oleg Broytman Date: Mon, 25 Jul 2016 14:38:56 +0000 (+0300) Subject: Version 2.1.3 X-Git-Tag: 2.1.3~1 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=60fa75981482928f6978f556f1e1ef1a86d6115c Version 2.1.3 Add classifiers --- diff --git a/setup.py b/setup.py index 9609969..bd17518 100755 --- a/setup.py +++ b/setup.py @@ -18,13 +18,26 @@ if is_setuptools: } setup(name = "m_lib", - version = "2.1.2", + version = "2.1.3", 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 :: 6 - Mature', + '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 :: 2 :: Only', + '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",