summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-04-10 02:21:51 +0200
committermathieui <mathieui@mathieui.net>2017-04-10 02:21:51 +0200
commit7d00b94f16c94d2f27c097ed675fb02487b7c0aa (patch)
treec80ba583e8ded7437f8717fd620941c3f9b8f3fc /setup.py
parente0f9de6d2f863b26e831d53e39f5df0ea237a2b4 (diff)
downloadpoezio-7d00b94f16c94d2f27c097ed675fb02487b7c0aa.tar.gz
poezio-7d00b94f16c94d2f27c097ed675fb02487b7c0aa.tar.bz2
poezio-7d00b94f16c94d2f27c097ed675fb02487b7c0aa.tar.xz
poezio-7d00b94f16c94d2f27c097ed675fb02487b7c0aa.zip
Add the XMPP classifier to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d5f61180..8aea5a6f 100755
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,7 @@ setup(name="poezio",
classifiers=['Development Status :: 5 - Production/Stable',
'Topic :: Communications :: Chat',
+ 'Topic :: Internet :: XMPP',
'Environment :: Console :: Curses',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: zlib/libpng License',