UI/Info.py

Sun, 30 Nov 2014 11:57:30 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 Nov 2014 11:57:30 +0100
branch
5_5_x
changeset 3949
1ce546a04f0a
parent 3852
3adad7477de5
permissions
-rw-r--r--

Extended the install script to improve cooperation with packagers.

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

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

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

from __future__ import unicode_literals

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

eric ide

mercurial