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

Apparently ** glob doesn't work

This commit is contained in:
Krateng 2020-07-28 20:36:25 +02:00
parent 27f3ff6d08
commit 5f8e73e6c7

View File

@ -5,7 +5,7 @@ author = {
"email":"maloja@krateng.dev",
"github": "krateng"
}
version = 2,6,3
version = 2,6,4
versionstr = ".".join(str(n) for n in version)
links = {
"pypi":"malojaserver",
@ -30,7 +30,9 @@ resources = [
"static/*/*",
"data_files/*/*",
"data_files/*/*/*",
"**/*.py"
"*/*.py",
"*/*/*.py",
"*/*/*/*.py"
]
commands = {