We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cdd9ff + 630e8a8 commit 6f7aeeaCopy full SHA for 6f7aeea
pyproject.toml
@@ -4,7 +4,7 @@ version = "2.5.1.dev1"
4
description = "Python Game Development"
5
readme = "README.rst" # for long description
6
requires-python = ">=3.8"
7
-license = {file = "docs/LGPL.txt"} # path to LGPL license
+license = {text = "LGPL v2.1"}
8
authors = [{name = "A community project"}]
9
classifiers = [
10
"Development Status :: 5 - Production/Stable",
setup.py
@@ -19,7 +19,7 @@
19
METADATA = {
20
"name": "pygame-ce",
21
"version": pg_ver.version,
22
- "license": "LGPL",
+ "license": "LGPL v2.1",
23
"url": "https://pyga.me",
24
"author": "A community project.",
25
"description": "Python Game Development",
0 commit comments