From dabc9b832c1cffc2436147e7dd63749042626848 Mon Sep 17 00:00:00 2001 From: lovemefan Date: Mon, 31 Jul 2023 14:07:31 +0800 Subject: [PATCH] update pypi classifiers of license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e455aca..f2cc3a9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", - "License :: MIT License", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], )