feat: add package maintainers

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-08-10 09:53:45 +08:00
parent 232aa0b690
commit 41d0b79083
70 changed files with 82 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ VERSION_FULL = f"{VERSION_BASE}.{VERSION_APPEND}"
version(VERSION_FULL)
description("the Python programming language")
maintainer("sisungo <[email protected]>")
source_url(
f"https://www.python.org/ftp/python/{VERSION_FULL}/Python-{VERSION_FULL}.tar.xz"
)