From 4026d21d3309ba0099611b2de78407974bc2bc6e Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 30 Oct 2019 11:40:00 -0700 Subject: [PATCH] setup.py: Add more topics to classifiers - Assumed that a topic means that the software is relevant to discussion in that topic area. - Mark the as Python 3 only as FreedomBox does not run on Python 2 anymore. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- setup.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/setup.py b/setup.py index 12323aead..01cd31791 100755 --- a/setup.py +++ b/setup.py @@ -258,9 +258,36 @@ setuptools.setup( 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Unix Shell', + 'Topic :: Communications', + 'Topic :: Communications :: Chat', + 'Topic :: Communications :: Chat :: Internet Relay Chat', + 'Topic :: Communications :: File Sharing', + 'Topic :: Internet', + 'Topic :: Internet :: Name Service (DNS)' + 'Topic :: Internet :: Proxy Servers', + 'Topic :: Internet :: WWW/HTTP', + 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki', + 'Topic :: Internet :: WWW/HTTP :: WSGI', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', + 'Topic :: Office/Business', + 'Topic :: Office/Business :: Scheduling', + 'Topic :: Security', + 'Topic :: System' + 'Topic :: System :: Archiving', + 'Topic :: System :: Archiving :: Backup', + 'Topic :: System :: Distributed Computing' + 'Topic :: System :: Filesystems', + 'Topic :: System :: Installation/Setup', + 'Topic :: System :: Networking', + 'Topic :: System :: Networking :: Firewalls', + 'Topic :: System :: Operating System', + 'Topic :: System :: Software Distribution' 'Topic :: System :: Systems Administration', + 'Topic :: System :: Systems Administration :: Authentication/Directory', + 'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP ', + 'Topic :: System :: System Shells', ], setup_requires=['pytest-runner', 'setuptools-git'], install_requires=[