pyo3/examples/word-count/pyproject.toml

4 lines
133 B
TOML
Raw Normal View History

2018-08-04 17:55:15 +00:00
[build-system]
requires = ["setuptools>=41.0.0", "wheel", "setuptools_rust>=0.10.2", "toml"]
build-backend = "setuptools.build_meta"