From 1b8a230cf1df0df3ab567c821a05c14dc06cf3ab Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Thu, 14 Sep 2017 02:19:45 -0400 Subject: [PATCH] Missing generic python classifiers in setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 39602eb3..ea3e356a 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,9 @@ setup( classifiers=[ "Development Status :: 4 - Beta", "Programming Language :: Python", + "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6",