From 91691f810531f0b4555699404d1a8871bf7e3496 Mon Sep 17 00:00:00 2001 From: Lion Krischer Date: Fri, 4 Jul 2014 14:39:37 +0200 Subject: [PATCH] Added Python 3 support information to setup.py. Will be added to pypi in the next release. --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index d6615ae..a17e2f4 100644 --- a/setup.py +++ b/setup.py @@ -46,5 +46,11 @@ def read_docs(filename): 'GNU Library or Lesser General Public License (LGPL)', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules', ])