Skip to content

Commit

Permalink
Merge pull request #40 from it-is-wednesday/chore/update-build-system
Browse files Browse the repository at this point in the history
chore: use `poetry-core` in `build-system`
  • Loading branch information
it-is-wednesday authored Jan 30, 2025
2 parents 1f2b247 + e30e3b7 commit 984ad51
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 @@ -16,8 +16,8 @@ python = ">=3.8,<3.13" # PySide6 requirements
cute-sway-recorder = "cute_sway_recorder.main:main"

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

[tool.ruff]
# Same as Black.
Expand Down

0 comments on commit 984ad51

Please sign in to comment.