maloja/maloja/__pkginfo__.py

12 lines
392 B
Python
Raw Permalink 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
2023-02-26 18:32:03 +03:00
VERSION = "3.1.5"
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} )"