RapidFuzz/pyproject.toml

7 lines
129 B
TOML
Raw Normal View History

2021-03-06 21:52:18 +00:00
[build-system]
requires = [
"setuptools",
"wheel",
2021-09-10 10:44:54 +00:00
"oldest-supported-numpy"
2021-03-06 21:52:18 +00:00
]
build-backend = "setuptools.build_meta"