Skip to content

Commit

Permalink
Merge pull request #4 from dotlambda/patch-1
Browse files Browse the repository at this point in the history
only poetry-core is required to build
  • Loading branch information
shaiu authored Aug 8, 2024
2 parents 3a42204 + 6feef4f commit e50045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 35.0.2", "wheel >= 0.29.0", "poetry>=0.12"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
Expand Down

0 comments on commit e50045c

Please sign in to comment.