Skip to content

Commit

Permalink
Merge pull request #475 from traxys/packaging
Browse files Browse the repository at this point in the history
Build - use poetry-core instead of poetry
  • Loading branch information
SamR1 authored Dec 30, 2023
2 parents 8aa4cff + 25ea20f commit 4cec8d7
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 @@ -97,5 +97,5 @@ combine_as_imports = true
exclude_dirs = ["fittrackee/tests/*", "fittrackee/migrations/*"]

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

0 comments on commit 4cec8d7

Please sign in to comment.