This commit is contained in:
parent
8aaa584835
commit
f5638a37a1
5 changed files with 46 additions and 0 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[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"]
|
Loading…
Add table
Add a link
Reference in a new issue