Code Search for Developers
 
 
  

setup_eng.py from cruisecontrol at Krugle


Show setup_eng.py syntax highlighted

from distutils.core import setup
import py2exe

setup(windows=[{"script":"ccTray_eng.py","icon_resources": [(1, "py.ico")]} ],
      options = {"py2exe": {"packages": ["encodings"],"optimize":2}},
      description="SYSTEM TRAY ICON, made by CC-CONTRIB, modified by Ali Eyertas (eyertas@gmx.de)",
      version='0.1.5.7',
      data_files=[(".",["green.ico", "red.ico", "py.ico","question.ico"])])





See more files for this project here

cruisecontrol

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.

Project homepage: http://sourceforge.net/projects/cruisecontrol
Programming language(s): Java,XML
License: other

  README.txt
  ccTray_eng.py
  cruiseTrayIcon.py
  cruiseTrayIcon_english.py
  green.ico
  property.ini
  py.ico
  question.ico
  red.ico
  setup.py
  setup_eng.py