############################################################################### # Name: info.py # # Purpose: Global project information # # Author: Cody Precord # # Copyright: (c) 2008 Cody Precord # # License: wxWindows License # ############################################################################### """Editra Project information module""" __author__ = "Cody Precord " __svnid__ = "$Id$" __revision__ = "$Revision$" #-----------------------------------------------------------------------------# AUTHOR = 'Cody Precord' VERSION = '0.6.89' PROG_NAME = 'Editra' HOME_PAGE = "http://editra.org" I18N_PAGE = "https://translations.launchpad.net/editra/trunk/+pots/editra" CONTACT_MAIL = "staff@editra.org"