pre-push commit
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user