Files
pkh/data/templates/python/pyproject.toml.tpl
T
vhaudiquet 0235ec6457
CI / build (push) Failing after 2m55s
CI / test (push) Skipped
CI / snap (push) Skipped
new: port the python template bodies to manifests
2026-09-18 15:20:22 +02:00

13 lines
243 B
Smarty

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "{name}"
version = "{upstream_version}"
description = "{summary}"
requires-python = ">=3.8"
[project.scripts]
{command} = "{module_name}:main"