From 301706261e49fe5f2eb9dc48dd34c8ab0e248871 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 14 May 2018 16:06:16 +0300 Subject: [PATCH] Add python_requires to help pip --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2f4647a..b5bb0e7 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup(name="tweepy", "PySocks>=1.5.7", ], keywords="twitter library", + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', classifiers=[ 'Development Status :: 4 - Beta', 'Topic :: Software Development :: Libraries', -- 2.25.1