8 lines
214 B
TOML
8 lines
214 B
TOML
[build-system]
|
|
# These are the packages the temporary environment MUST install before running setup.py
|
|
requires = [
|
|
"setuptools>=61.0",
|
|
"wheel",
|
|
"Cython>=3.0.0"
|
|
]
|
|
build-backend = "setuptools.build_meta" |