Merge pull request #475 from traxys/packaging
Build - use poetry-core instead of poetry
This commit is contained in:
commit
4cec8d7ea0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user