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 = "./."
|
src_folder = "./."
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
aerich = "aerich.cli:main"
|
aerich = "aerich.cli:main"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user