Files
tinyusdz/pyproject.toml
2023-03-17 06:35:30 +09:00

13 lines
369 B
TOML

#
# It seeems pyproject(python-build) is still not mature to build native modules.
# So we don't use pyton-buold at the moment.
# This file is just provided for future possible use of `python-build`.
#
[build-system]
requires = ["setuptools>=42", "wheel", "scikit-build", "cmake>=3.16", "ninja"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 119