mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
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"
|