]> git.phdru.name Git - m_lib.git/blobdiff - setup.py
Build(setup.py): Use python_requires keyword
[m_lib.git] / setup.py
index 2b6b4c0337aa88db4a120b5bda5cf98577fa8b0f..99e74b997c12e689255de16534bc907f4b052502 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,8 @@ if is_setuptools:
         'mx': ['mx.DateTime', 'mx.Misc'],
         }
 
+    kw['python_requires'] = '>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
+
 setup(name = "m_lib",
     version = "3.1.0",
     description = "Broytman Library for Python",