summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/updater/setup.py8
1 files changed, 8 insertions, 0 deletions
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'