Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Edgington <[email protected]>
  • Loading branch information
aborgna-q and cqc-alec authored Aug 22, 2024
1 parent cc45081 commit 6822411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pre-commit = "^3.8.0"
tket2 = { path = "tket2-py", develop = true }

[tool.maturin]
# Maturin is not the build system for the workspace (it is only used for `tket2-py`)
# we mirror the `tket2-py/pyproject.toml` config here so `maturin develop` still works
# Maturin is not the build system for the workspace (it is only used for `tket2-py`).
# We mirror the `tket2-py/pyproject.toml` config here so `maturin develop` still works
# from the root of the workspace.
manifest-path = "tket2-py/Cargo.toml"
python-source = "tket2-py"
Expand Down

0 comments on commit 6822411

Please sign in to comment.