From 65559814a4b067fb9b3d7025304037987fa8f1fe Mon Sep 17 00:00:00 2001 From: Davte Date: Fri, 19 Jul 2019 10:47:46 +0200 Subject: [PATCH] Package information updated --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 3fe0b5b..240f4c8 100644 --- a/setup.py +++ b/setup.py @@ -60,13 +60,11 @@ setuptools.setup( 'dataset', ], classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", + "Environment :: Console", "Framework :: AsyncIO", "Intended Audience :: Developers", - ( - "License :: OSI Approved :: GNU Lesser General Public License " - "v3 (LGPLv3)" - ), + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only",