eric6/UI/Info.py

Sun, 14 Apr 2019 15:09:21 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 14 Apr 2019 15:09:21 +0200
changeset 6942
2602857055c5
parent 6668
UI/Info.py@d251ea768383
child 6958
949c3c76cc8a
permissions
-rw-r--r--

Major restructuring of the source tree to get prepared for a setup.py based installation.

# -*- 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