From 60f3c0a213666bf0401553f48ca0e3f10ee8bd83 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 16 Feb 2017 15:12:22 -0800 Subject: [PATCH] setup: further update trove classifiers, add python 2 and 3, switch to production stable, closes #208 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14b50278..ca765a70 100755 --- a/setup.py +++ b/setup.py @@ -102,12 +102,14 @@ setup( wb-manager = pywb.manager.manager:main_wrap_exc """, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'License :: OSI Approved :: GNU General Public License (GPL)', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',