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