Skip to content

Commit 6f7aeea

Browse files
authored
Merge pull request #2971 from pygame-community/ankith26-pyproject-license
Make pyproject license consistent with `setup.py`
2 parents 6cdd9ff + 630e8a8 commit 6f7aeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "2.5.1.dev1"
44
description = "Python Game Development"
55
readme = "README.rst" # for long description
66
requires-python = ">=3.8"
7-
license = {file = "docs/LGPL.txt"} # path to LGPL license
7+
license = {text = "LGPL v2.1"}
88
authors = [{name = "A community project"}]
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
METADATA = {
2020
"name": "pygame-ce",
2121
"version": pg_ver.version,
22-
"license": "LGPL",
22+
"license": "LGPL v2.1",
2323
"url": "https://pyga.me",
2424
"author": "A community project.",
2525
"description": "Python Game Development",

0 commit comments

Comments
 (0)