chore(build): update setuptools
All checks were successful
Code check / Check code (push) Successful in 1m16s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-09-09 10:30:03 +05:00
parent 1e191bbba3
commit 7f0814ecd0
2 changed files with 445 additions and 444 deletions

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"
[project]
@@ -7,7 +7,8 @@ name = "portprotonqt"
version = "0.1.5"
description = "A project to rewrite PortProton (PortWINE) using PySide"
readme = "README.md"
license = { text = "GPL-3.0" }
license = "GPL-3.0-or-later"
license-files = ["LICENSE"]
authors = [
{ name = "Boria138" },
{ name = "BlackSnaker" },
@@ -22,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: Linux"
"Operating System :: POSIX :: Linux"
]
requires-python = ">=3.10"
dependencies = [

882
uv.lock generated

File diff suppressed because it is too large Load Diff