Include static and template files in packages

This commit is contained in:
Fabian Müller 2022-11-21 03:14:19 +01:00
parent 78eeac7ab5
commit 05f985d611

View File

@ -3,6 +3,10 @@ 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"] },
]
[tool.poetry.dependencies]
python = "^3.8"