From ad7508227059e8b90287f6e36a661ec7b6ba55d5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 15 Feb 2014 16:43:33 -0800 Subject: [PATCH] Include the Python 3/3.3 trove classifiers These are often used by automated tools to check for Python 3 support. Change-Id: I29fae2c0b80d28a865cc0972272e470da720ca11 --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f33218629..b671d1953 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,10 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.3 [global] setup-hooks =