From a9147b9be99252ef412c86d6461d2df66737501a Mon Sep 17 00:00:00 2001 From: anwarvic Date: Mon, 26 Oct 2020 00:08:33 +0200 Subject: [PATCH] updated setup.py correct the licesne --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7d7eb1..95a7a4d 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", - "License :: OSI Approved :: GPL-3.0 License", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: Software Development", "Topic :: Software Development :: Libraries",