PYTHON: Correct the licence entry in the setup script.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2022-09-09 11:35:43 -03:00
parent a8ea128d6a
commit bdd82ef344

View File

@ -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"},