| Home | Trees | Indices | Help |
|
|---|
|
|
Editra Setup Script
USAGE:
1) Windows:
- python setup.py py2exe
2) MacOSX:
- python setup.py py2app
3) Boil an Egg
- python setup.py bdist_egg
4) Install as a python package
- python setup.py install
@summary: Used for building the editra distribution files and installations
Author: Cody Precord <cprecord@editra.org>
|
|||
|
|||
|
|||
|
|||
__svnid__ = "$Id: setup.py 59995 2009-04-03 14:43:45Z CJP $"
|
|||
__revision__ = "$Revision: 59995 $"
|
|||
__platform__ = os.sys.platform
|
|||
APP = ['src/Editra.py']
|
|||
AUTHOR = "Cody Precord"
|
|||
AUTHOR_EMAIL = "staff@editra.org"
|
|||
YEAR = 2008
|
|||
CLASSIFIERS = ['Development Status :: 3 - Alpha', 'Environment
|
|||
DESCRIPTION = "Developer's Text Editor"
|
|||
LONG_DESCRIPT = r
|
|||
ICON = {'Win': "pixmaps/editra.ico", 'WinDoc': "pixmaps/editra
|
|||
INCLUDES = ['syntax.*', 'ed_log', 'shutil', 'subprocess', 'zip
|
|||
LICENSE = "wxWindows"
|
|||
NAME = "Editra"
|
|||
URL = "http://editra.org"
|
|||
VERSION =
|
|||
MANIFEST_TEMPLATE =
|
|||
RT_MANIFEST = 24
|
|||
PLIST = dict(CFBundleName= info.PROG_NAME, CFBundleIconFile= '
|
|||
PY2APP_OPTS = dict(iconfile= ICON ['Mac'], argv_emulation= Tru
|
|||
DATA_FILES = GenerateBinPackageFiles()
|
|||
DATA = GenerateSrcPackageFiles()
|
|||
|
|||
CLASSIFIERS
|
LONG_DESCRIPT
|
ICON
|
INCLUDES
|
MANIFEST_TEMPLATE
|
PLIST
|
PY2APP_OPTS
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 6 23:23:45 2009 | http://epydoc.sourceforge.net |