From da5cb72d3a550a293986413b70ecf2a89558de77 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 10 Apr 2017 02:22:43 +0200 Subject: Add XMPP classifier to setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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', ] -- cgit v1.2.3