Skip to content

Commit

Permalink
fix: add missing build-system
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Apr 28, 2024
1 parent 9e69ad5 commit 37838bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ major_version_zero = true
version_files = [
"decli/__init__.py:__version__",
]

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

0 comments on commit 37838bc

Please sign in to comment.