Use PEP 639 license expression (#3556)

This commit is contained in:
codefiles 2025-05-31 02:25:29 -04:00 committed by GitHub
parent a1b83ad29f
commit dd686b291c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[build-system] [build-system]
requires = ["setuptools>=67.5"] requires = ["setuptools>=77"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
@ -9,7 +9,7 @@ description = "Arch Linux installer - guided, templates etc."
authors = [ authors = [
{name = "Anton Hvornum", email = "anton@hvornum.se"}, {name = "Anton Hvornum", email = "anton@hvornum.se"},
] ]
license = {text = "GPL-3.0-only"} license = "GPL-3.0-only"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
keywords = ["linux", "arch", "archinstall", "installer"] keywords = ["linux", "arch", "archinstall", "installer"]