From fa7f80c2cfb6461b63723bcb847aab35bfb0fc1f Mon Sep 17 00:00:00 2001 From: OrdinaryEnder Date: Fri, 9 Jun 2023 07:39:06 +0700 Subject: [PATCH] PyPI Alpha --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca8a4ab..4e415c1 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setuptools.setup( # Gives pip some metadata about the package. Also displays on the PyPi page. classifiers=[ "Programming Language :: Python :: 3.8", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache-2.0 License", "Operating System :: OS Independent", ], # The version of Python that is required.