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

11 lines
205 B
Python
Raw Normal View History

2019-11-20 07:19:02 +03:00
import os
author = {
"name":"Johannes Krattenmacher",
"email":"maloja@krateng.dev",
"github": "krateng"
}
2019-11-29 22:10:14 +03:00
version = 1,5,16
2019-11-20 07:19:02 +03:00
versionstr = ".".join(str(n) for n in version)
dev = os.path.exists("./.dev")