eric6/UI/Info.py

Sat, 07 Sep 2019 17:35:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 07 Sep 2019 17:35:43 +0200
branch
without_py2_and_pyqt4
changeset 7223
2d58b9c1a981
parent 6974
35b9fa8c9e66
child 7229
53054eb5b15a
permissions
-rw-r--r--

Closed branch after it was merged into 'default'.

# -*- coding: utf-8 -*-

# Copyright (c) 2002 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module defining some informational strings.
"""

from __future__ import unicode_literals

Program = 'eric6'
Version = '@@VERSION@@ (rev. @@REVISION@@)'
VersionOnly = '@@VERSION@@'
Copyright = 'Copyright (c) 2002 - 2019 Detlev Offenbach' \
            ' <detlev@die-offenbachs.de>'
CopyrightShort = '(c) 2002 - 2019 Detlev Offenbach'
BugAddress = 'eric-bugs@eric-ide.python-projects.org'
FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'
Homepage = "https://eric-ide.python-projects.org/index.html"

eric ide

mercurial