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

Fixed inclusion of predefined rules

This commit is contained in:
Krateng 2019-12-10 21:20:11 +01:00
parent 246f61ee14
commit 414f530035

View File

@ -7,7 +7,7 @@ author = {
"email":"maloja@krateng.dev", "email":"maloja@krateng.dev",
"github": "krateng" "github": "krateng"
} }
version = 2,0,12 version = 2,0,13
versionstr = ".".join(str(n) for n in version) versionstr = ".".join(str(n) for n in version)
@ -25,6 +25,7 @@ resources = [
"web/*", "web/*",
"static/*/*", "static/*/*",
"data_files/*/*", "data_files/*/*",
"data_files/*/*/*",
"data_files/.doreah" "data_files/.doreah"
] ]