1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed missing file inclusion

This commit is contained in:
Krateng 2020-05-28 19:37:19 +02:00
parent 6aa65bf1ce
commit b117e6f7ec

View File

@ -5,7 +5,7 @@ author = {
"email":"maloja@krateng.dev",
"github": "krateng"
}
version = 2,4,0
version = 2,4,1
versionstr = ".".join(str(n) for n in version)
links = {
"pypi":"malojaserver",
@ -23,6 +23,7 @@ requires = [
"jinja2>2.11"
]
resources = [
"web/*/*/*",
"web/*/*",
"web/*",
"static/*/*",