Merge pull request #319 from strayge/pr/editable-install
Update poetry build backend to support editable install
This commit is contained in:
commit
b724f24f1a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user