From 5f2b2c0d9f4c9ba97d29057b833edd110d2d22b1 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 16 Oct 2014 10:48:54 -0700 Subject: [PATCH] Fix TROVE classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8b119637e42..8eb61b698d3 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ def read(f): 'License :: OSI Approved :: BSD License', 'Intended Audience :: Developers', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Topic :: Internet :: WWW/HTTP'],