Skip to content

Commit

Permalink
Merge pull request #523 from messense/patch-1
Browse files Browse the repository at this point in the history
Upgrade maturin to 1.0
  • Loading branch information
wangxiaoying authored Aug 27, 2023
2 parents 1ae7112 + 89b7d2d commit 756aa35
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 756aa35

Please sign in to comment.