Skip to content

Commit 57faa4a

Browse files
committed
build: Switch to maturin as build backend
This commit replaces the used build backend and configuration, as well as the CI workflows, to use maturin instead of setuptools.
1 parent e9bcac1 commit 57faa4a

9 files changed

Lines changed: 274 additions & 134 deletions

File tree

.git_archival.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ updates:
2828
commit-message:
2929
prefix: build(python)
3030
- package-ecosystem: cargo
31-
directory: /
31+
directory: /rust
3232
schedule:
3333
interval: weekly
3434
day: wednesday

0 commit comments

Comments
 (0)