summaryrefslogtreecommitdiff
path: root/qface/__about__.py
blob: 7073a0f8753ae01ff0f0e149682f8a3b13eaa51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import os.path

try:
    base_dir = os.path.dirname(os.path.abspath(__file__))
except NameError:
    base_dir = None


__title__ = "qface"
__summary__ = "A generator framework based on a common modern IDL"
__url__ = "https://pelagicore.github.io/qface/"
__version__ = "1.8.1"
__author__ = "JRyannel"
__author_email__ = "qface-generator@googlegroups.com"
__copyright__ = "2017 Pelagicore"