Show
Ignore:
Timestamp:
08/13/07 22:18:30 (5 years ago)
Author:
trivoallan
Message:

cleverbox :

  • fixed typo in trac-defaults.ini
  • removed automatic setuptools installation (because it's buggy !)
  • factored projects to their own module
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/trunk/setup.py

    r177 r184  
    66It provides an interactive shell for deploying and maintaining instances of both projects. 
    77""" 
    8  
    9 # Automatically install setuptools if needed. 
    10 # User must have internet access 
    11 # See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it 
    12 import ez_setup 
    13 ez_setup.use_setuptools() 
    148 
    159from glob import glob