mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 00:03:53 +00:00
add pyproject.toml
see also https://packaging.python.org/en/latest/guides/modernize-setup-py-project/ and https://github.com/pypa/pip/issues/6334
This commit is contained in:
5
pyproject.toml
Normal file
5
pyproject.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# pyproject.toml
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools >= 42.0.0"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
Reference in New Issue
Block a user