X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=fd400eda1f87dc53d3381c9a6f17290722627af6;hb=db20bb9cee5c91f528865c9660cebcd0b1dd0017;hp=a551db41b5b518e9c4aff9d5f226444f19c42506;hpb=cb51808f0dfa627849884f049b0e3550b3d10e9d;p=m_lib.git diff --git a/setup.py b/setup.py index a551db4..fd400ed 100755 --- 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 = "3.0.0", + 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,7 +25,7 @@ setup(name = "m_lib", license = "GPL", keywords=[''], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent',