add context icons + help/about
This commit is contained in:
parent
7f0d86f6dd
commit
4c8086caf4
12 changed files with 143 additions and 38 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue