Use dynamic versioning
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
phil 2025-03-16 18:25:44 +01:00
parent c06e45029d
commit 746221d13d
4 changed files with 88 additions and 28 deletions

View file

@ -1,7 +1,7 @@
[project]
name = "tinysteady-mailer"
version = "0.1.2"
description = "A tiny and resolute mailer CLI app"
dynamic = ["version"]
readme = "README.md"
license = { text = "MIT License" }
authors = [{ name = "phil", email = "phil.dev@philome.mooo.com" }]
@ -29,4 +29,24 @@ Issues = "https://code.philo.ydns.eu/philorg/tinysteady-mailer/issues"
tinysteady-mailer = "tinysteady_mailer:main"
[dependency-groups]
dev = ["ipdb>=0.13.13", "ipython>=8.30.0"]
dev = ["dunamai>=1.23.0", "ipdb>=0.13.13", "ipython>=8.30.0"]
[build-system]
requires = ["hatchling", "uv-dynamic-versioning"]
build-backend = "hatchling.build"
[tool.hatch.version]
source = "uv-dynamic-versioning"
[tool.hatch.build.targets.wheel]
packages = ["src/tinysteady_mailer"]
package = true
[tool.uv-dynamic-versioning]
style = "semver"
[tool.uv]
package = true
[tool.black]
line-length = 98