From 6f428b9e06876f8203f3281695c57c15b3f121b4 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 2 Apr 2016 13:00:18 +0200 Subject: add classifications to python updater --- bin/updater/setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/updater/setup.py b/bin/updater/setup.py index c05268b50..7fad35de1 100644 --- a/bin/updater/setup.py +++ b/bin/updater/setup.py @@ -36,6 +36,14 @@ setup ( license = 'AGPL', install_requires = install_requires, keywords = ['owncloud', 'news', 'updater'], + classifiers = [ + 'Intended Audience :: System Administrators', + 'Environment :: Console', + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + 'Operating System :: POSIX :: Linux', + 'Programming Language :: Python :: 3 :: Only', + 'Topic :: Utilities' + ], entry_points = { 'console_scripts': [ 'owncloud-news-updater = owncloud_news_updater.application:main' -- cgit v1.2.3