Skip to content

Commit

Permalink
Upgrade maturin to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jul 28, 2023
1 parent 47df7f4 commit 89b7d2d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions connectorx-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ python_functions = "test_* bench_*"

[build-system]
build-backend = "maturin"
requires = ["maturin>=0.12,<0.13"]
requires = ["maturin>=1.0,<2.0"]

[tool.maturin]
sdist-include = ["connectorx/*.so", "connectorx/*.pyd", "connectorx/dependencies/", "LICENSE"]
include = [
{ path = "connectorx/*.so", format = "sdist"},
{ path = "connectorx/*.pyd", format = "sdist"},
{ path = "connectorx/dependencies/", format = "sdist"},
{ path = "LICENSE", format = "sdist"},
]

0 comments on commit 89b7d2d

Please sign in to comment.