eric6/UI/Info.py

Sat, 20 Apr 2019 19:01:54 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 20 Apr 2019 19:01:54 +0200
branch
setup.py
changeset 6958
949c3c76cc8a
parent 6942
2602857055c5
child 6974
35b9fa8c9e66
permissions
-rw-r--r--

setup.py: continued implementing support for setup.py and tested against test.pypi.org.

# -*- 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 = '19.4.1 (rev. 59927f5be64e)'
VersionOnly = '19.4.1'
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