Fixed inclusion of predefined rules

This commit is contained in:
Krateng 2019-12-10 21:20:11 +01:00
parent 246f61ee14
commit 414f530035
1 changed files with 2 additions and 1 deletions

View File

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