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

Fixed silly oversight

This commit is contained in:
krateng 2021-05-23 23:40:49 +02:00
parent a652a22a96
commit 5455abd0d1

View File

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