From 94653f463470aec4634dd79efc427eeec3407393 Mon Sep 17 00:00:00 2001 From: UltimatePancake Date: Wed, 11 Dec 2019 00:09:07 +0100 Subject: [PATCH] update setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b5fcbd6..a2edccc 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,9 @@ long_description_content_type='text/markdown', python_requires='>=3.7', classifiers=[ - "Programming Language :: Python :: 3", - "License :: MIT License", + "Development Status :: 3 - Alpha", + "Programming Language :: Python :: 3.7", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], zip_safe=False)