Rename package, print version
This commit is contained in:
parent
680bab41c4
commit
4e0c3c2f3c
5 changed files with 13 additions and 10 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue