From 798031da698ab0d4c5ff20a3b1e518f1f0ec8f81 Mon Sep 17 00:00:00 2001 From: Roman Voropaev Date: Wed, 6 May 2020 23:37:24 +0300 Subject: [PATCH] Setup.py updates --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b46a92fa9..945299d74 100644 --- a/setup.py +++ b/setup.py @@ -113,8 +113,8 @@ def run(self): # Trove classifiers # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers 'Environment :: Console', - 'Development Status :: 3 - Alpha', - 'License :: WTFPL', + 'Development Status :: 4 - Beta', + 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Operating System :: Unix',