]> git.phdru.name Git - m_lib.git/blobdiff - setup.py
Remove wrong copyright lines, fix module docstrings
[m_lib.git] / setup.py
index ec46baa8e78d9269409ae932f4d5172c6639f452..96099693151c63d315256696294b0a0036c5bfdc 100755 (executable)
--- 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",