Disable package mode
This commit is contained in:
parent
4abcbcc9d6
commit
af8a7d6992
1 changed files with 1 additions and 3 deletions
|
|
@ -3,14 +3,12 @@ name = "foobazdmx"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Stefan Bethke <stb@lassitu.de>"]
|
authors = ["Stefan Bethke <stb@lassitu.de>"]
|
||||||
#package-mode = false
|
package-mode = false
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
bottle = "^0.12.21"
|
bottle = "^0.12.21"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue