From: Ben Finney Date: Sat, 5 Mar 2016 05:16:12 +0000 (+1100) Subject: Refine set of supported Python versions. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a1e83c610571f1b3ffa411c38eb2e7a7cf2a5142;p=redacted-XKCD-password-generator.git Refine set of supported Python versions. --- diff --git a/setup.py b/setup.py index a668d81..fdbaac2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,12 @@ setup( classifiers=[ 'Development Status :: 5 - Production/Stable', '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', + 'Programming Language :: Python :: 3.5', 'Environment :: Console', 'Operating System :: OS Independent', 'License :: OSI Approved :: BSD License',