Skip to content

Commit 08d8990

Browse files
committed
chore: Make pyproject.toml conform to maturin
This should avoid the awkward situation of using the official tool for pyo3 projects not building the python bindings
1 parent 5e93ea3 commit 08d8990

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
[project]
2+
name = "objset"
3+
dependencies = ["cffi"]
4+
requires-python = ">=3.6"
5+
6+
[project.urls]
7+
"Source Code" = "https://github.com/Waelwindows/objset"
8+
Issues = "https://github.com/Waelwindows/objset/issues"
9+
110
[build-system]
211
requires = ["maturin>=0.10,<0.11"]
312
build-backend = "maturin"
13+
14+
[tool.maturin]
15+
cargo-extra-args = "--all-features"

0 commit comments

Comments
 (0)