Amulet-Map-Editor/pyproject.toml
2024-05-01 12:21:30 +01:00

10 lines
170 B
TOML

[build-system]
requires = [
"setuptools >= 42",
"wheel",
"cython >= 3.0.0a9",
"versioneer",
"numpy ~= 1.17"
]
build-backend = "setuptools.build_meta"