maloja/maloja/__pkginfo__.py

12 lines
392 B
Python
Raw Normal View History

2021-12-24 08:30:19 +03:00
# This file has now been slighly repurposed and will simply give other parts of
# the package access to some global meta-information about itself
# you know what f*ck it
# this is hardcoded for now because of that damn project / package name discrepancy
# i'll fix it one day
2022-05-05 17:38:08 +03:00
VERSION = "3.1.2"
HOMEPAGE = "https://github.com/krateng/maloja"
2021-12-26 01:43:34 +03:00
2021-12-26 23:36:36 +03:00
USER_AGENT = f"Maloja/{VERSION} ( {HOMEPAGE} )"