From e4356dc2ae700c90475abd056f60b6377d16ecf4 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 31 Aug 2016 03:17:17 +0100 Subject: List 3.5 compatibility in setup.py, and mark as production stable. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 303c789b..c16e264c 100755 --- a/setup.py +++ b/setup.py @@ -79,13 +79,14 @@ setup(name="poezio", maintainer='Mathieu Pasquet', maintainer_email='mathieui@mathieui.net', - classifiers=['Development Status :: 2 - Pre-Alpha', + classifiers=['Development Status :: 5 - Production/Stable', 'Topic :: Communications :: Chat', 'Environment :: Console :: Curses', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: zlib/libpng License', 'Natural Language :: English', 'Operating System :: Unix', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3 :: Only'], keywords=['jabber', 'xmpp', 'client', 'chat', 'im', 'console'], -- cgit v1.2.3