From 527777843a58a42565686522c9eaa36fdb764930 Mon Sep 17 00:00:00 2001 From: gbrandl Date: Fri, 11 Sep 2009 15:58:50 +0200 Subject: Add Python 3 to Trove classifiers. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index a8879afc..c15499bf 100755 --- a/setup.py +++ b/setup.py @@ -66,6 +66,8 @@ setup( 'Intended Audience :: System Administrators', 'Development Status :: 5 - Production/Stable', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', 'Operating System :: OS Independent', ], cmdclass = {'build_py': build_py}, -- cgit v1.2.1