From bdd82ef3440d10c489e8d27519a9d383f30c1ab7 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Fri, 9 Sep 2022 11:35:43 -0300 Subject: [PATCH] PYTHON: Correct the licence entry in the setup script. Signed-off-by: Grzegorz Kowal --- python/amunpy/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/amunpy/setup.py b/python/amunpy/setup.py index 818713a..198f493 100644 --- a/python/amunpy/setup.py +++ b/python/amunpy/setup.py @@ -17,7 +17,7 @@ setuptools.setup( }, classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: GNU General Public License v3", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", ], package_dir={"": "src"},