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:
parent
6aa65bf1ce
commit
b117e6f7ec
@ -5,7 +5,7 @@ author = {
|
|||||||
"email":"maloja@krateng.dev",
|
"email":"maloja@krateng.dev",
|
||||||
"github": "krateng"
|
"github": "krateng"
|
||||||
}
|
}
|
||||||
version = 2,4,0
|
version = 2,4,1
|
||||||
versionstr = ".".join(str(n) for n in version)
|
versionstr = ".".join(str(n) for n in version)
|
||||||
links = {
|
links = {
|
||||||
"pypi":"malojaserver",
|
"pypi":"malojaserver",
|
||||||
@ -23,6 +23,7 @@ requires = [
|
|||||||
"jinja2>2.11"
|
"jinja2>2.11"
|
||||||
]
|
]
|
||||||
resources = [
|
resources = [
|
||||||
|
"web/*/*/*",
|
||||||
"web/*/*",
|
"web/*/*",
|
||||||
"web/*",
|
"web/*",
|
||||||
"static/*/*",
|
"static/*/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user