Skip to content

Commit d47633a

Browse files
committed
chore: add manifest path to pyproject.toml
1 parent 33a7611 commit d47633a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ build-backend = "maturin"
6969

7070
[tool.maturin]
7171
rust-src = "rust"
72+
manifest-path = "rust/Cargo.toml"
7273
{% else -%}
7374
[build-system]
7475
requires = ["setuptools>=61.0"]

0 commit comments

Comments
 (0)