Changeset 224
- Timestamp:
- 02/13/08 20:38:12 (9 months ago)
- Files:
-
- cleverbox/branches/0.4/setup.py (modified) (1 diff)
- cleverbox/tags/0.4.1/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cleverbox/branches/0.4/setup.py
r202 r224 1 1 #!/usr/bin/env python 2 3 # Automatically install setuptools if needed.4 # User must have internet access5 # See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it6 import ez_setup7 #ez_setup.use_setuptools()8 2 9 3 from glob import glob cleverbox/tags/0.4.1/setup.py
r202 r224 1 1 #!/usr/bin/env python 2 3 # Automatically install setuptools if needed.4 # User must have internet access5 # See http://peak.telecommunity.com/DevCenter/setuptools#using-setuptools-without-bundling-it6 import ez_setup7 #ez_setup.use_setuptools()8 2 9 3 from glob import glob
