Skip to content

Commit 3768a61

Browse files
committed
Use PEP 639 license expression
1 parent e245a11 commit 3768a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
@@ -9,7 +9,7 @@ description = "Arch Linux installer - guided, templates etc."
99
authors = [
1010
{name = "Anton Hvornum", email = "anton@hvornum.se"},
1111
]
12-
license = {text = "GPL-3.0-only"}
12+
license = "GPL-3.0-only"
1313
readme = "README.md"
1414
requires-python = ">=3.12"
1515
keywords = ["linux", "arch", "archinstall", "installer"]

0 commit comments

Comments
 (0)