Skip to content

Commit

Permalink
fix: set [build-system] in hugr-py/pyproject.toml (#1022)
Browse files Browse the repository at this point in the history
This is required for the sdist to work
  • Loading branch information
doug-q authored May 10, 2024
1 parent 69635f0 commit b9c3ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hugr-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ pydantic = "~2.7.0"
[tool.pytest.ini_options]
# Lark throws deprecation warnings for `src_parse` and `src_constants`.
filterwarnings = "ignore::DeprecationWarning:lark.*"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b9c3ee4

Please sign in to comment.