-m_lib requires Python2; preferred versions are 2.6 or 2.7.
+m_lib requires Python 2.6, 2.7 or 3.4+.
Installation script setup.py requires setuptools. If you don't have it
installed setup.py will try to download and install it.
}
setup(name = "m_lib",
- version = "2.1.3",
+ version = "3.0.0b1",
description = "Broytman Library for Python",
long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design",
author = "Oleg Broytman",
license = "GPL",
keywords=[''],
classifiers=[
- 'Development Status :: 6 - Mature',
+ '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 :: 2 :: Only',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
],