moment/src/python/__about__.py
2019-07-07 23:53:08 -04:00

16 lines
340 B
Python

# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under LGPLv3.
"""<SHORTDESC>"""
__pkg_name__ = "harmonyqml"
__pretty_name__ = "Harmony QML"
__version__ = "0.1.0"
__status__ = "Development"
# __status__ = "Production"
__author__ = "miruka"
__email__ = "miruka@disroot.org"
__license__ = "LGPLv3"