Files
tinyusdz/pyproject.toml
Syoyo Fujita 36f6c18309 Make Apache 2.0 license default.
Fix python module build.
2024-01-02 02:45:37 +09:00

22 lines
685 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 = 140
[project]
name = "tinyusdz"
version = "0.8.0rc5"
description = "Python binding of TinyUSDZ"
license = "Apache-2.0"
authors = ["Syoyo Fujita <syoyofujtia@gmail.com>",
"Light Transport Entertainment, Inc. <syoyo@lighttransport.com>"
]
readme = {file = "README.md", content-type = "text/markdown"}