Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Oct 11, 2023
1 parent 08cf28f commit 7600d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ build-backend = "maturin"
[tool.maturin]
features = ["pyo3/extension-module"]
include = [
"pyproject.toml",
"pyxirr.pyi",
{ path = "pyproject.toml", format = ["sdist", "wheel"] },
{ path = "pyxirr.pyi", format = ["sdist", "wheel"] },
{ path = "Cargo.toml", format = "sdist" },
{ path = "Cargo.lock", format = "sdist" },
{ path = ".cargo/*", format = "sdist" },
Expand Down

0 comments on commit 7600d48

Please sign in to comment.