test-woodpecker-python/pyproject.toml
phil f5638a37a1
All checks were successful
ci/woodpecker/push/build Pipeline was successful
t6
2025-06-20 19:21:15 +02:00

16 lines
366 B
TOML

[project]
name = "test-woodpecker-ci"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
[project.scripts]
foo = "test_woodpecker_ci.main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/test_woodpecker_ci"]