X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=96099693151c63d315256696294b0a0036c5bfdc;hb=8d79317cdc8220ff3c2192e68fc1dfc749c3ea1c;hp=ec46baa8e78d9269409ae932f4d5172c6639f452;hpb=61071fd7a9a44a533020062305c72d6d9502cb5e;p=m_lib.git diff --git a/setup.py b/setup.py index ec46baa..9609969 100755 --- a/setup.py +++ b/setup.py @@ -12,15 +12,15 @@ except ImportError: kw = {} if is_setuptools: kw['extras_require'] = { - 'Mk4py': ['Mk4py'], + 'Metakit': ['Mk4py'], 'ZODB': ['ZODB'], 'mx': ['mx.DateTime', 'mx.Misc'], } setup(name = "m_lib", - version = "2.1.0", + version = "2.1.2", description = "Broytman Library for Python", - long_description = "Broytman Library for Python, Copyright (C) 1996-2013 PhiloSoft Design", + 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",