test-woodpecker-python/pyproject.toml
phil 4e0c3c2f3c
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
Rename package, print version
2025-06-25 16:14:38 +02:00

31 lines
669 B
TOML

[project]
name = "test-woodpecker"
dynamic = ["version"]
description = "Sandbox for Woodpecker CI"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
[project.scripts]
foo = "test_woodpecker.main:main"
[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/test_woodpecker"]
[dependency-groups]
dev = ["dunamai>=1.24.1", "httpx>=0.28.1", "pytest>=8.4.1"]
[tool.uv-dynamic-versioning]
style = "semver"
[tool.uv]
extra-index-url = [
"https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/",
]