Skip to content

Commit

Permalink
add python feature to maturin build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed May 17, 2024
1 parent 61cdae7 commit b943ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xyz-parse"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Julian Popescu <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ classifiers = [
dynamic = ["version"]

[tool.maturin]
features = ["pyo3/extension-module"]
features = ["python"]

0 comments on commit b943ffd

Please sign in to comment.