From affd53eb27797d7af6b4ac1d2a5577bdd5068106 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 15 Jan 2018 23:02:40 +0200 Subject: [PATCH] Use "python_requires" for setuptools and depend on Python 2.7+ <3 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index df14dd1d..3fcdc806 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup( author_email=__email__, url=__url__, license=__license__, + python_requires='>=2.7, <3', install_requires=install_requires, packages=find_packages(), package_data={