Changeset 268 for cleverbox/branches/0.4/setup.py
- Timestamp:
- 02/24/08 15:43:39 (4 years ago)
- Files:
-
- 1 modified
-
cleverbox/branches/0.4/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/setup.py
r260 r268 1 #!/usr/bin/env python 1 #!/usr/bin/env python2.4 2 2 3 3 # This file is part of the "Cleverbox" program. … … 25 25 # Project identity 26 26 name='Cleverbox', 27 version='0.4.2 dev',27 version='0.4.2', 28 28 description='Script for automating multiple trac instances deployment and maintenance.', 29 29 long_description='The Cleverbox sits on top of [http://trac.edgewall.org Trac] and [http://subversion.tigris.org Subversion]. It provides an interactive shell for deploying and maintaining instances of both projects.',
