From 25a9d38649f6d9f907f9c6750cab03d699d0b340 Mon Sep 17 00:00:00 2001 From: int3l Date: Tue, 18 Dec 2018 10:22:52 +0200 Subject: [PATCH] only python 2.7 support classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4eb294ba..0feb264a 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ }, classifiers=[ 'Programming Language :: Python', - 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', ] )