msgpack-python/pyproject.toml
2022-05-23 04:52:09 +00:00

8 lines
210 B
TOML

[build-system]
requires = [
# Also declared in requirements.txt, if updating here please also update
# there
"Cython~=0.29.30",
"setuptools >= 35.0.2",
]
build-backend = "setuptools.build_meta"