pre-push commit

This commit is contained in:
Peter van Arkel
2025-11-20 14:40:42 +01:00
parent 3001e5cffd
commit 644b207997
43 changed files with 1681 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "battleflow"
version = "0.1.0"
description = "Battleflow — OBS-friendly initiative board for tabletop encounters"
authors = [{name="Aetryos Workshop"}]
requires-python = ">=3.9"
dependencies = [
"flask>=3.0.0",
"werkzeug>=3.0.0",
]
[project.scripts]
battleflow = "battleflow.cli:main"