rename battleflow to encounterflow
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user