add context icons + help/about

This commit is contained in:
Maxime Réaux 2026-02-11 13:23:04 +01:00
parent 7f0d86f6dd
commit 4c8086caf4
12 changed files with 143 additions and 38 deletions

View file

@ -1,9 +1,13 @@
[project]
name = "warchron"
version = "1.0.0"
dynamic = ["version"]
description = "A simple local app to track players' campaigns for tabletop wargames."
requires-python = ">=3.12"
[tool.setuptools_scm]
write_to = "src/warchron/_version.py"
fallback_version = "0.0.0"
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"