From 88f59e64eab8ea44a773a807115ac992cbd2fbf0 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sat, 17 Dec 2016 18:55:59 -0500 Subject: [PATCH] Add Python 3 trove classifiers --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 07048b3fa..7a7dbe83e 100755 --- a/setup.py +++ b/setup.py @@ -135,5 +135,8 @@ setup( 'Environment :: Web Environment', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], )