From 85d87eb16a48e83b582f8eccfe540fc04dd4d5b2 Mon Sep 17 00:00:00 2001 From: Rahmat Nazali Salimi Date: Thu, 9 Feb 2023 09:40:35 +0700 Subject: [PATCH] Fix license --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08d79cb..53666ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ classifiers = [ "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "License :: OSI Approved :: Apache Software License", + "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only",