[project] determine version by hand (in pyproject.toml)
This commit is contained in:
parent
de9342cdb0
commit
b71844ae5f
3 changed files with 3 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue