moment/harmonyqml/__about__.py

15 lines
294 B
Python
Raw Normal View History

2019-03-22 14:28:14 +11:00
# Copyright 2019 miruka
# This file is part of harmonyqml, licensed under GPLv3.
"""<SHORTDESC>"""
__pkg_name__ = "harmonyqml"
__version__ = "0.1.0"
__status__ = "Development"
# __status__ = "Production"
__author__ = "miruka"
__email__ = "miruka@disroot.org"
__license__ = "GPLv3"