Skip to content

Commit e0a20be

Browse files
committed
Use SPDX license expression in project metadata
1 parent 7f0db14 commit e0a20be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=69", "wheel"]
2+
requires = ["setuptools>=77", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -8,7 +8,8 @@ dynamic = ["version", "dependencies", "optional-dependencies"]
88
description = "2D Game engine made by Natuworkguy for public use."
99
readme = "README.md"
1010
requires-python = ">=3.11"
11-
license = { text = "GPL-3.0-only" }
11+
license = "GPL-3.0-only"
12+
license-files = ["LICENSE"]
1213
authors = [
1314
{ name = "Nathan C." }
1415
]

0 commit comments

Comments
 (0)