Skip to content

Commit

Permalink
Merge pull request #347 from Jazzinghen/jazz/add_features_to_pyproject
Browse files Browse the repository at this point in the history
Add Python feature to Maturin configuration in pyproject.toml
  • Loading branch information
ChristopherRabotin authored Nov 29, 2024
2 parents 1f50f2b + f1ee3f6 commit eda1f19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
requires = ["maturin>=1.6,<1.7"]
build-backend = "maturin"

[tool.maturin]
profile = "release"
features = ["python"]

[project]
name = "hifitime"
requires-python = ">=3.7"
Expand Down

0 comments on commit eda1f19

Please sign in to comment.