Skip to content

Commit

Permalink
fix: maturin config
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Nov 14, 2023
1 parent eec9dd8 commit a2715a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ name = "deltalake"
crate-type = ["cdylib"]
doc = false

[package.metadata.maturin]
name = "deltalake._internal"

[dependencies]
# arrow
arrow-schema = { workspace = true, features = ["serde"] }
Expand Down
3 changes: 3 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ pyspark = [
documentation = "https://delta-io.github.io/delta-rs/"
repository = "https://github.com/delta-io/delta-rs/tree/main/python/"

[tool.maturin]
module-name = "deltalake._internal"

[tool.mypy]
files = "deltalake/*.py"
exclude = "^tests"
Expand Down

0 comments on commit a2715a7

Please sign in to comment.