Rename package, print version
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
phil 2025-06-25 16:14:38 +02:00
parent 680bab41c4
commit 4e0c3c2f3c
5 changed files with 13 additions and 10 deletions

View file

@ -1,5 +1,5 @@
[project]
name = "test-woodpecker-ci"
name = "test-woodpecker"
dynamic = ["version"]
description = "Sandbox for Woodpecker CI"
readme = "README.md"
@ -7,7 +7,7 @@ requires-python = ">=3.13"
dependencies = []
[project.scripts]
foo = "test_woodpecker_ci.main:main"
foo = "test_woodpecker.main:main"
[build-system]
requires = ["hatchling", "uv-dynamic-versioning"]
@ -17,7 +17,7 @@ build-backend = "hatchling.build"
source = "uv-dynamic-versioning"
[tool.hatch.build.targets.wheel]
packages = ["src/test_woodpecker_ci"]
packages = ["src/test_woodpecker"]
[dependency-groups]
dev = ["dunamai>=1.24.1", "httpx>=0.28.1", "pytest>=8.4.1"]