]> git.phdru.name Git - m_lib.git/blobdiff - setup.py
Remove deprecated ez_setup.py
[m_lib.git] / setup.py
index bd1751882f3d39932757d16db87bcf071ced7b80..fd400eda1f87dc53d3381c9a6f17290722627af6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,6 @@
 #! /usr/bin/env python
 
 try:
-    from ez_setup import use_setuptools
-    use_setuptools()
     from setuptools import setup
     is_setuptools = True
 except ImportError:
@@ -18,7 +16,7 @@ if is_setuptools:
         }
 
 setup(name = "m_lib",
-    version = "2.1.3",
+    version = "3.0.2",
     description = "Broytman Library for Python",
     long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design",
     author = "Oleg Broytman",
@@ -27,14 +25,15 @@ setup(name = "m_lib",
     license = "GPL",
     keywords=[''],
     classifiers=[
-        'Development Status :: 6 - Mature',
+        '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 :: 2 :: Only',
+        'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.4',
         'Topic :: Software Development :: Libraries',
         'Topic :: Software Development :: Libraries :: Python Modules',
     ],