From 65a6269f623650eefaeb4f26dc2d55b0598e3873 Mon Sep 17 00:00:00 2001 From: Yasuhiro Yamaguchi Date: Sun, 2 May 2021 19:15:43 +0900 Subject: [PATCH] change build system to maturin --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e855159..2fc86dc 100644 --- a/pyproject.toml +++ b/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"