Skip to content

Commit 27754b5

Browse files
authored
Merge pull request #5 from anoadragon453/anoa/pyproject
Add a basic `pyproject.toml` to allow building from source distribution
2 parents 9a596e4 + cb2063b commit 27754b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build-system]
2+
requires = ["maturin>=0.12,<0.13"]
3+
build-backend = "maturin"
4+
5+
[tool.maturin]
6+
sdist-include = ["Cargo.lock"]

0 commit comments

Comments
 (0)