20 lines
429 B
TOML
20 lines
429 B
TOML
[project]
|
|
name = "test-woodpecker-ci"
|
|
version = "0.1.1"
|
|
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"]
|
|
|
|
[dependency-groups]
|
|
dev = ["httpx>=0.28.1", "pytest>=8.4.1"]
|