Merge pull request #475 from traxys/packaging

Build - use poetry-core instead of poetry
This commit is contained in:
Sam 2023-12-30 10:23:36 +01:00 committed by GitHub
commit 4cec8d7ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"