List 3.5 compatibility in setup.py, and mark as production stable.
This commit is contained in:
parent
059fc84ee0
commit
e4356dc2ae
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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'],
|
||||
|
|
Loading…
Reference in a new issue