Disable poetry's package-mode
This commit is contained in:
parent
e8b8150dd5
commit
d8fa4e1dcb
@ -1,12 +1,12 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "fabcal"
|
name = "fabcal"
|
||||||
version = "0.0.1"
|
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Fabian Müller <fabian@fablab-altmuehlfranken.de>"]
|
authors = ["Fabian Müller <fabian@fablab-altmuehlfranken.de>"]
|
||||||
include = [
|
include = [
|
||||||
{ path = "static", format = ["sdist", "wheel"] },
|
{ path = "static", format = ["sdist", "wheel"] },
|
||||||
{ path = "templates", format = ["sdist", "wheel"] },
|
{ path = "templates", format = ["sdist", "wheel"] },
|
||||||
]
|
]
|
||||||
|
package-mode = false
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user