chore: template usage
Python Lint CI / ruff (push) Successful in 50s
Python Lint CI / ruff-format-check (push) Successful in 50s
Python Lint CI / ty (push) Successful in 50s
Python Test CI / coverage (push) Failing after 1m26s

This commit is contained in:
2026-06-15 10:13:15 +02:00
parent 093c553f6c
commit d4b170d83f
6 changed files with 5 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
import importlib.metadata
PKG_NAME = __name__
PKG_VERSION = importlib.metadata.version(PKG_NAME)