harfang3d/languages/hg_python/pip/pyproject.toml

19 lines
319 B
TOML
Raw Normal View History

2022-06-05 12:04:47 +00:00
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"wheel",
"setuptools>=45",
"setuptools_scm[toml]>=6.0",
"ninja",
"cmake>=3.18.2",
"cmake-build-extension",
"pypeg2",
"pygit2"
]
[tool.setuptools_scm]
root = "../../.."
local_scheme = "dirty-tag"
#[tool.cibuildwheel]
#build-frontend = "build"