From 06ac60a677f5a414f9d7201438104c596a00caa1 Mon Sep 17 00:00:00 2001 From: spl0k Date: Wed, 25 Oct 2017 22:15:14 +0200 Subject: [PATCH] Added trove classifiers --- setup.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a154188..4cd79a3 100755 --- a/setup.py +++ b/setup.py @@ -34,5 +34,16 @@ setup( scripts=['bin/supysonic-cli', 'bin/supysonic-watcher'], zip_safe=False, include_package_data=True, - test_suite="tests.suite" + test_suite="tests.suite", + classifiers=[ + 'Development Status :: 3 - Alpha', + 'Environment :: Console', + 'Environment :: Web Environment', + 'Framework :: Flask', + 'Intended Audience :: End Users/Desktop', + 'Intended Audience :: System Administrators', + 'License :: OSI Approved :: GNU Affero General Public License v3', + 'Programming Language :: Python :: 2.7', + 'Topic :: Multimedia :: Sound/Audio' + ] )