mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
23 lines
373 B
Python
23 lines
373 B
Python
|
name = "maloja-lib"
|
||
|
desc = "Utilities to interact with Maloja servers"
|
||
|
author = {
|
||
|
"name":"Johannes Krattenmacher",
|
||
|
"email":"maloja@dev.krateng.ch",
|
||
|
"github": "krateng"
|
||
|
}
|
||
|
version = 1,0,0
|
||
|
versionstr = ".".join(str(n) for n in version)
|
||
|
links = {
|
||
|
"pypi":"maloja-lib",
|
||
|
"github":"maloja"
|
||
|
}
|
||
|
python_version = ">=3.6"
|
||
|
requires = [
|
||
|
"requests"
|
||
|
]
|
||
|
resources = [
|
||
|
]
|
||
|
|
||
|
commands = {
|
||
|
}
|