moment/src/python/__about__.py

13 lines
257 B
Python
Raw Normal View History

2019-03-22 14:28:14 +11:00
"""<SHORTDESC>"""
__pkg_name__ = "harmonyqml"
__pretty_name__ = "Harmony QML"
__version__ = "0.1.0"
__status__ = "Development"
# __status__ = "Production"
2019-03-22 14:28:14 +11:00
__author__ = "miruka"
__email__ = "miruka@disroot.org"
2019-07-08 13:52:41 +10:00
__license__ = "LGPLv3"