feat: base flask x gunicorn server
Python Lint CI / ruff-format-check (push) Successful in 1m21s
Python Lint CI / ruff (push) Successful in 1m21s
Python Lint CI / ty (push) Successful in 1m29s

This commit is contained in:
2026-06-30 17:09:16 +02:00
parent e19a9cfdcc
commit 83c8e4415b
8 changed files with 299 additions and 46 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import importlib.metadata
PKG_NAME = __name__
PKG_NAME = "tout-doux"
PKG_VERSION = importlib.metadata.version(PKG_NAME)