From 735aa818923c1387a6a42b45d63b9de0dd980f32 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 Feb 2018 09:17:34 -0500 Subject: [PATCH] python_requres Signed-off-by: Kenneth Reitz --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 40bbb77..a3f534a 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ setup( author=AUTHOR, author_email=EMAIL, url=URL, + python_requires='>=3.5.0', # If your package is a single module, use this instead of 'packages': py_modules=['requests_html'],