Package mode in pyproject
This commit is contained in:
parent
aeea1bc308
commit
8cf36f38bc
|
@ -15,3 +15,7 @@ dependencies = [
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
[tool.poetry]
|
||||||
|
package-mode = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue