Skip to content

Commit

Permalink
update maturin config (#56)
Browse files Browse the repository at this point in the history
Use cargo "python" feature by default on maturin builds
  • Loading branch information
goulart-paul authored Sep 26, 2023
1 parent 31eba82 commit a037c9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.13,<0.15"]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
Expand All @@ -14,4 +14,5 @@ classifiers = [
]

[tool.maturin]
python-source = "python"
python-source = "python"
features = ["python"]

0 comments on commit a037c9d

Please sign in to comment.