Browse Source

change build system to maturin

master
Yasuhiro Yamaguchi 4 years ago
parent
commit
65a6269f62
No known key found for this signature in database GPG Key ID: 1B790863DE7566B1
  1. 4
      pyproject.toml

4
pyproject.toml

@ -13,5 +13,5 @@ maturin = "^0.10.4"
pytest = "^6.2.3"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["maturin>=0.10,<0.11"]
build-backend = "maturin"
Loading…
Cancel
Save