]> git.phdru.name Git - m_lib.git/commitdiff
Build(setup.py): Use python_requires keyword
authorOleg Broytman <phd@phdru.name>
Mon, 11 Dec 2017 14:49:37 +0000 (17:49 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Dec 2017 14:49:37 +0000 (17:49 +0300)
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",