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:
parent
a652a22a96
commit
5455abd0d1
@ -5,7 +5,7 @@ author = {
|
||||
"email":"maloja@dev.krateng.ch",
|
||||
"github": "krateng"
|
||||
}
|
||||
version = 2,12,6
|
||||
version = 2,12,7
|
||||
versionstr = ".".join(str(n) for n in version)
|
||||
links = {
|
||||
"pypi":"malojaserver",
|
||||
@ -30,6 +30,7 @@ resources = [
|
||||
"web/*",
|
||||
"data_files/*/*",
|
||||
"data_files/*/*/*",
|
||||
"data_files/*/*/*/*",
|
||||
"*/*.py",
|
||||
"*/*/*.py",
|
||||
"*/*/*/*.py"
|
||||
|
Loading…
Reference in New Issue
Block a user