Skip to content

Commit eda1f19

Browse files
Merge pull request #347 from Jazzinghen/jazz/add_features_to_pyproject
Add Python feature to Maturin configuration in pyproject.toml
2 parents 1f50f2b + f1ee3f6 commit eda1f19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
requires = ["maturin>=1.6,<1.7"]
33
build-backend = "maturin"
44

5+
[tool.maturin]
6+
profile = "release"
7+
features = ["python"]
8+
59
[project]
610
name = "hifitime"
711
requires-python = ">=3.7"

0 commit comments

Comments
 (0)