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