summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-04-10 02:22:43 +0200
committermathieui <mathieui@mathieui.net>2017-04-10 02:24:14 +0200
commitda5cb72d3a550a293986413b70ecf2a89558de77 (patch)
treed0936d44f8da202d38a335ab4ae2d6e71bf8a11f
parentc372bd516862781f372fef352508d429620c418c (diff)
downloadslixmpp-da5cb72d3a550a293986413b70ecf2a89558de77.tar.gz
slixmpp-da5cb72d3a550a293986413b70ecf2a89558de77.tar.bz2
slixmpp-da5cb72d3a550a293986413b70ecf2a89558de77.tar.xz
slixmpp-da5cb72d3a550a293986413b70ecf2a89558de77.zip
Add XMPP classifier to setup.py
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c545b3df..3b3e5296 100755
--- a/setup.py
+++ b/setup.py
@@ -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',
]