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",
|
||||
"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/*/*",
|
||||
|
Loading…
Reference in New Issue
Block a user