mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
11 lines
338 B
TOML
11 lines
338 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"
|
|
|
|
|