Include static and template files in packages
This commit is contained in:
parent
78eeac7ab5
commit
05f985d611
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user