mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
8 lines
186 B
TOML
8 lines
186 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel", "scikit-build", "cmake>=3.16", "ninja"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = [ "tests" ]
|