mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
see also https://packaging.python.org/en/latest/guides/modernize-setup-py-project/ and https://github.com/pypa/pip/issues/6334
6 lines
109 B
TOML
6 lines
109 B
TOML
# pyproject.toml
|
|
[build-system]
|
|
requires = ["setuptools >= 42.0.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|