diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-08-31 03:17:17 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-08-31 03:17:17 +0100 |
commit | e4356dc2ae700c90475abd056f60b6377d16ecf4 (patch) | |
tree | 43b3db35df63f98a5c003b2c9f024ae7d5627a87 | |
parent | 059fc84ee0d02462cbd60c89128c38092e188110 (diff) | |
download | poezio-e4356dc2ae700c90475abd056f60b6377d16ecf4.tar.gz poezio-e4356dc2ae700c90475abd056f60b6377d16ecf4.tar.bz2 poezio-e4356dc2ae700c90475abd056f60b6377d16ecf4.tar.xz poezio-e4356dc2ae700c90475abd056f60b6377d16ecf4.zip |
List 3.5 compatibility in setup.py, and mark as production stable.
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'], |