Add minimal pyproject.toml

This commit is contained in:
Dirkjan Ochtman 2021-09-15 16:34:59 +02:00
parent 47f59b361f
commit 6a7ae03ee9
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[build-system]
requires = ["maturin >= 0.11, < 0.12"]
build-backend = "maturin"