From 1c3fba6e54e47ff42c2e5bcfaa7121ec06a307f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Wed, 10 Jan 2018 21:59:16 +0100 Subject: [PATCH] Add python_requires for pypi Stolen from encode/django-rest-framework#5739 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 33a84f4..2ecda55 100644 --- a/setup.py +++ b/setup.py @@ -85,6 +85,7 @@ setup( author_email='cristi@cvjd.me', keywords='drf django django-rest-framework schema swagger openapi codegen swagger-codegen ' 'documentation drf-yasg django-rest-swagger drf-openapi', + python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", classifiers=[ 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License',