Mercurial > hg > carton
comparison setup.py @ 35:122c56779f2b
add functionality to run post-install python scripts
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 08 Aug 2011 18:08:49 -0700 |
parents | 00ca88ef1c33 |
children | d9dcc5a1503b |
comparison
equal
deleted
inserted
replaced
34:261e2d2d26ad | 35:122c56779f2b |
---|---|
4 import carton | 4 import carton |
5 description = carton.__doc__ | 5 description = carton.__doc__ |
6 except ImportError: | 6 except ImportError: |
7 description = None | 7 description = None |
8 | 8 |
9 version = '0.2.1' | 9 version = '0.2.2' |
10 | 10 |
11 setup(name='carton', | 11 setup(name='carton', |
12 version=version, | 12 version=version, |
13 description="make self-extracting virtualenvs", | 13 description="make self-extracting virtualenvs", |
14 long_description=description, | 14 long_description=description, |