Changeset 202 for cleverbox/branches
- Timestamp:
- 09/15/07 09:04:14 (5 years ago)
- Location:
- cleverbox/branches/0.4
- Files:
-
- 2 modified
-
docs/INSTALL (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/docs/INSTALL
r165 r202 13 13 * Download sources : 14 14 {{{ 15 svn export http:// lab.clever-age.net/svn/lab/cleverbox/tags/0.315 svn export http://www.clever-age.org/svn/cleverbox/branches/0.4 16 16 }}} 17 17 * Install sources : -
cleverbox/branches/0.4/setup.py
r197 r202 5 5 # See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it 6 6 import ez_setup 7 ez_setup.use_setuptools()7 #ez_setup.use_setuptools() 8 8 9 9 from glob import glob
