From 91152df142bdde134d84ed27963cda8e6b878416 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 6 Dec 2016 14:13:18 +0200 Subject: Update classifiers. --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e2870b2..718db43 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( }, install_requires=requires, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved', @@ -59,11 +59,10 @@ setup( 'Operating System :: POSIX', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', -- cgit v1.2.1