]> git.phdru.name Git - m_lib.git/blobdiff - setup.py
Switch branch before setting umask
[m_lib.git] / setup.py
index ec46baa8e78d9269409ae932f4d5172c6639f452..4b66dbf6f3cec86e5e07fe3d1be64b9850aedf51 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -12,13 +12,13 @@ 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.1",
     description = "Broytman Library for Python",
     long_description = "Broytman Library for Python, Copyright (C) 1996-2013 PhiloSoft Design",
     author = "Oleg Broytman",