From 38d44967eb412acfabb9ff8ca2d1a9ad40ce2f3d Mon Sep 17 00:00:00 2001 From: Ken Harris Date: Fri, 1 May 2015 17:37:09 -0700 Subject: Add Python versions to setup.py classifiers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should let caniusepython3 detect that it’s Python-3-ready. --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 543fb50..946cda6 100755 --- a/setup.py +++ b/setup.py @@ -22,6 +22,12 @@ classifiers = [ 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX', 'Programming Language :: Python', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', ] -- cgit v1.2.1