Skip to content

Commit

Permalink
maturin: move deprecated definition from Cargo.toml to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Apr 29, 2023
1 parent 07ef4d1 commit 086d58e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ exclude = [
]
features = ["maturin"]
locked = true
module-name = "sourmash._lowlevel"

[tool.isort]
known_third_party = ["deprecation", "hypothesis", "mmh3", "numpy", "pytest", "screed", "sourmash_tst_utils"]
Expand Down
3 changes: 0 additions & 3 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,3 @@ wasm-bindgen-test = "0.3.34"

### These crates don't compile on wasm
[target.'cfg(not(all(target_arch = "wasm32", target_os="unknown")))'.dependencies]

[package.metadata.maturin]
name = "sourmash._lowlevel"

0 comments on commit 086d58e

Please sign in to comment.