diff --git a/pyproject.toml b/pyproject.toml index c33803b64c..d4fa5da313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "2.5.1.dev1" description = "Python Game Development" readme = "README.rst" # for long description requires-python = ">=3.8" -license = {file = "docs/LGPL.txt"} # path to LGPL license +license = {text = "LGPL v2.1"} authors = [{name = "A community project"}] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/setup.py b/setup.py index 1e15f01c01..823a2092b3 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ METADATA = { "name": "pygame-ce", "version": pg_ver.version, - "license": "LGPL", + "license": "LGPL v2.1", "url": "https://pyga.me", "author": "A community project.", "description": "Python Game Development",