From 1c8e0b9e28ae24def221de35e6f8127c3a9e683c Mon Sep 17 00:00:00 2001 From: Fantomas42 Date: Wed, 10 Apr 2013 22:37:53 +0200 Subject: [PATCH] adding Python 3 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4378a644c..2bc0f6caa 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'License :: OSI Approved :: BSD License',