RapidFuzz/pyproject.toml

8 lines
196 B
TOML
Raw Normal View History

2021-03-06 21:52:18 +00:00
[build-system]
requires = [
"setuptools",
"wheel",
2021-09-11 10:25:31 +00:00
"numpy==1.13.3; python_version=='2.7'",
"oldest-supported-numpy; python_version>='3.5'"
2021-03-06 21:52:18 +00:00
]
build-backend = "setuptools.build_meta"