From d13b42bdce60db64ad56f43350f3cb15f5f7bbe7 Mon Sep 17 00:00:00 2001 From: Fotis Gimian Date: Fri, 4 Apr 2014 23:38:09 +1100 Subject: [PATCH] Added Python 3 programming language support to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eb526d7..5471c2b 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules' ]