From 1eaf9b16146af96a6c0fbc839c6b455e86004782 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 11 Dec 2017 17:49:37 +0300 Subject: [PATCH] Build(setup.py): Use python_requires keyword --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2b6b4c0..99e74b9 100755 --- 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", -- 2.39.2