X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=710e5e38d4e3ef93fbff845d5c2575bc73fdc624;hb=3996fdc3ada993088889dc32a5a57c0c7023eea9;hp=698ded15c9629fd7f2549df7d4f4d64de9a0e8a2;hpb=a0978d8b70fa941e004555a7002b21771bbf16d9;p=m_lib.git diff --git a/setup.py b/setup.py index 698ded1..710e5e3 100755 --- a/setup.py +++ b/setup.py @@ -15,15 +15,16 @@ if is_setuptools: 'mx': ['mx.DateTime', 'mx.Misc'], } + kw['python_requires'] = '>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' + setup(name = "m_lib", version = "3.1.0", description = "Broytman Library for Python", - long_description = "Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design", + long_description = "Broytman Library for Python, Copyright (C) 1996-2018 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', @@ -39,7 +40,7 @@ setup(name = "m_lib", 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', ], - platforms = "All", + platforms = "Any", packages = ["m_lib", "m_lib.clock", "m_lib.flad", "m_lib.hash", "m_lib.lazy", "m_lib.net", "m_lib.net.ftp", "m_lib.net.www",