diff options
author | mathieui <mathieui@mathieui.net> | 2017-04-10 02:21:51 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-04-10 02:21:51 +0200 |
commit | 7d00b94f16c94d2f27c097ed675fb02487b7c0aa (patch) | |
tree | c80ba583e8ded7437f8717fd620941c3f9b8f3fc | |
parent | e0f9de6d2f863b26e831d53e39f5df0ea237a2b4 (diff) | |
download | poezio-7d00b94f16c94d2f27c097ed675fb02487b7c0aa.tar.gz poezio-7d00b94f16c94d2f27c097ed675fb02487b7c0aa.tar.bz2 poezio-7d00b94f16c94d2f27c097ed675fb02487b7c0aa.tar.xz poezio-7d00b94f16c94d2f27c097ed675fb02487b7c0aa.zip |
Add the XMPP classifier to setup.py
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |