Merge pull request #319 from strayge/pr/editable-install

Update poetry build backend to support editable install
This commit is contained in:
long2ice
2023-08-22 10:00:03 +08:00
committed by GitHub

View File

@@ -45,8 +45,8 @@ location = "./migrations"
src_folder = "./."
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
aerich = "aerich.cli:main"