From 83f0d61df903e0dff0d1f6219ef1ab332e0f4bb8 Mon Sep 17 00:00:00 2001 From: Henri Date: Wed, 20 Jan 2021 22:16:10 +0100 Subject: [PATCH] Update development status and keywords --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1e5d1c3..8a37e2f 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,7 @@ setup_kwargs = { 'Programming Language :: Python :: 3', 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'Operating System :: POSIX :: Linux', - 'Development Status :: 3 - Alpha', - #'Development Status :: 4 - Beta', + 'Development Status :: 4 - Beta', #'Development Status :: 5 - Production/Stable', 'Intended Audience :: System Administrators', 'Intended Audience :: Information Technology', @@ -41,7 +40,7 @@ setup_kwargs = { 'Topic :: System :: Networking' ], 'python_requires': '>=3.6', - 'keywords': 'Towalink VPN webfrontend WireGuard', + 'keywords': 'Towalink VPN WireGuard frontend gui', 'project_urls': { 'Project homepage': 'https://www.towalink.net', 'Repository': 'https://www.github.com/towalink/wgfrontend',