pantry/projects/riverbankcomputing.com/sip/pyproject.toml
Andrew fc4cf57990
riverbankcomputing.com/sip (#2759)
* riverbankcomputing.com/sip

* gcc

* deps
2023-08-07 14:51:19 -04:00

8 lines
208 B
TOML

# Specify sip v6 as the build system for the package.
[build-system]
requires = ["sip >=6, <7"]
build-backend = "sipbuild.api"
# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "fib"