Changeset 202 for cleverbox/branches

Show
Ignore:
Timestamp:
09/15/07 09:04:14 (5 years ago)
Author:
trivoallan
Message:

cleverbox :

  • typo in INSTALL
  • desactivated automatic setuptools download
Location:
cleverbox/branches/0.4
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/branches/0.4/docs/INSTALL

    r165 r202  
    1313 * Download sources : 
    1414{{{ 
    15 svn export http://lab.clever-age.net/svn/lab/cleverbox/tags/0.3 
     15svn export http://www.clever-age.org/svn/cleverbox/branches/0.4 
    1616}}} 
    1717 * Install sources : 
  • cleverbox/branches/0.4/setup.py

    r197 r202  
    55# See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it 
    66import ez_setup 
    7 ez_setup.use_setuptools() 
     7#ez_setup.use_setuptools() 
    88 
    99from glob import glob