diff --git a/pyproject.toml b/pyproject.toml index 8c1fc1c..4098304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "fabcal" -version = "0.0.1" description = "" authors = ["Fabian Müller "] include = [ { path = "static", format = ["sdist", "wheel"] }, { path = "templates", format = ["sdist", "wheel"] }, ] +package-mode = false [tool.poetry.dependencies] python = "^3.8"