diff options
author | mathieui <mathieui@mathieui.net> | 2017-04-10 02:22:43 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-04-10 02:24:14 +0200 |
commit | da5cb72d3a550a293986413b70ecf2a89558de77 (patch) | |
tree | d0936d44f8da202d38a335ab4ae2d6e71bf8a11f | |
parent | c372bd516862781f372fef352508d429620c418c (diff) | |
download | slixmpp-da5cb72d3a550a293986413b70ecf2a89558de77.tar.gz slixmpp-da5cb72d3a550a293986413b70ecf2a89558de77.tar.bz2 slixmpp-da5cb72d3a550a293986413b70ecf2a89558de77.tar.xz slixmpp-da5cb72d3a550a293986413b70ecf2a89558de77.zip |
Add XMPP classifier to setup.py
-rwxr-xr-x | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ CLASSIFIERS = [ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Topic :: Internet :: XMPP', 'Topic :: Software Development :: Libraries :: Python Modules', ] |