chore: template
Python Test CI / coverage (push) Has been cancelled
Python Lint CI / ruff (push) Successful in 47s
Python Lint CI / ruff-format-check (push) Successful in 47s
Python Lint CI / ty (push) Successful in 47s

This commit is contained in:
2026-06-29 21:15:10 +02:00
parent 882bd2dbd1
commit f48f4353a2
9 changed files with 11 additions and 207 deletions
+4
View File
@@ -0,0 +1,4 @@
import importlib.metadata
PKG_NAME = __name__
PKG_VERSION = importlib.metadata.version(PKG_NAME)