From 2c4ed3d2da74c1fd6f03b12ecec867b4ceeac1a9 Mon Sep 17 00:00:00 2001 From: jonnymaserati <41046859+jonnymaserati@users.noreply.github.com> Date: Tue, 22 Dec 2020 10:00:49 +0100 Subject: [PATCH] Update setup.py Update license in classifiers. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3e44de7..06429fb 100644 --- a/setup.py +++ b/setup.py @@ -59,9 +59,9 @@ 'matplotlib', ], classifiers=[ - 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', + 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', ], python_requires='>=3.7', -) \ No newline at end of file +)