Skip to content

Commit

Permalink
🛠️ fix maturin incorrect sdist packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamsk committed Jan 5, 2025
1 parent 809fc8d commit 2e9ba4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ python-source = "src"
strip = true
profile = "release"
features = ["pyo3/extension-module"]
include = [{ path = "LICENSE", format = "sdist" }]
exclude = [
{ path = "Cargo.lock", format = "sdist" },
{ path = "Cargo.toml", format = "sdist" },
]

[tool.uv]
cache-keys = [{ file = "crates/sas-lexer-py/Cargo.toml" }]
Expand Down

0 comments on commit 2e9ba4b

Please sign in to comment.