From f47e04f23eb1288a6e8c2e1f1c4f03a2fa6d2b4c Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Tue, 1 May 2018 22:34:47 +0200 Subject: [PATCH] python_requires added --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 5c3fd5d..9483dc2 100644 --- a/setup.py +++ b/setup.py @@ -161,6 +161,8 @@ setup( # 'test': ['coverage'], }, + python_requires='>=3', + # If there are data files included in your packages that need to be # installed, specify them here. #