[project] determine version by hand (in pyproject.toml)

This commit is contained in:
bronsen 2025-12-10 00:07:06 +01:00
parent de9342cdb0
commit b71844ae5f
3 changed files with 3 additions and 53 deletions

View file

@ -1,5 +1,6 @@
[project]
name = "teilchensammler-cli"
version = "0.2.1dev"
description = "Build up and maintain an inventory of electronics parts and tools."
readme = "README.md"
requires-python = ">=3.12,<4.0"
@ -34,9 +35,7 @@ dependencies = [
"textual>=6.7.1",
"textual-dev>=1.8.0",
"tortoise-orm>=0.25.1",
"uv>=0.9.16",
]
dynamic = ["version"]
[project.urls]
Changelog = "https://code.c-base.org/infuanfu/teilchensammler-cli/src/branch/main/CHANGELOG.md"
@ -58,8 +57,8 @@ dev = [
]
[build-system]
requires = ["hatch-vcs", "hatchling"]
build-backend = "hatchling.build"
requires = ["uv_build>=0.9.16,<0.10.0"]
build-backend = "uv_build"
[tool.coverage.run]
branch = true