mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
fc4cf57990
* riverbankcomputing.com/sip * gcc * deps
8 lines
208 B
TOML
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" |