From 1582972c675a45dc6fb174e78afdf4553bae9829 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Wed, 10 Apr 2019 22:07:03 +0300 Subject: [PATCH] updated classifiers --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b7b0f55c..deffeb8f 100755 --- a/setup.py +++ b/setup.py @@ -62,8 +62,7 @@ def main() -> None: classifiers=[ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", - "Development Status :: 3 - Alpha", - "Programming Language :: Python :: 3.6", + "Development Status :: 4 - Beta", "Programming Language :: Python :: 3.7", "Topic :: System :: Systems Administration", "Operating System :: POSIX :: Linux",