first comm

This commit is contained in:
2024-10-02 12:47:32 +08:00
parent a7ad3035b8
commit cd548f595e
3 changed files with 30 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "server-status-cv-py"
version = "0.1.0"
name = "server-status"
dynamic = ["version"]
description = "Server status client"
authors = [
{name = "snowykami", email = "snowykami@outlook.com"},
@ -21,3 +21,8 @@ build-backend = "pdm.backend"
[tool.pdm]
distribution = true
[tool.pdm.version]
source = "scm"
tag_filter = "test/*"
tag_regex = '^test/(?:\D*)?(?P<version>([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))*((a|b|c|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?$)$'