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",
|
"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"
|
||||||
|
Loading…
Reference in New Issue
Block a user