rename battleflow to encounterflow

This commit is contained in:
2025-11-20 16:55:03 +01:00
parent 722e9ccbd3
commit f1325f31e0
35 changed files with 22 additions and 22 deletions

View File

@@ -3,9 +3,9 @@ requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "battleflow"
name = "encounterflow"
version = "0.1.0"
description = "Battleflow — OBS-friendly initiative board for tabletop encounters"
description = "EncounterFlow"
authors = [{name="Aetryos Workshop"}]
requires-python = ">=3.9"
dependencies = [
@@ -14,4 +14,4 @@ dependencies = [
]
[project.scripts]
battleflow = "battleflow.cli:main"
encounterflow = "encounterflow.cli:main"