From 8da6e36bf1076f247655669c5f86e262b3390521 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 24 Nov 2018 11:32:26 +0200 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 0c61d01..1ae7c5d 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( license=__license__, keywords=['yaml', 'lint', 'linter', 'syntax', 'checker'], url='https://github.com/adrienverge/yamllint', + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console',