From 8de336558dbe00ac8dda9f954ac686dd5ec4fcae Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 31 Jul 2011 11:48:30 -0400 Subject: [PATCH] Updated trove classifiers to specify Python 3 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65f6dd8..ba60b53 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,9 @@ setup_params = dict( "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", ], entry_points = {