Mercurial > hg > carton
comparison setup.py @ 2:dba783d48eae
typo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 08 Jul 2011 08:39:16 -0700 |
parents | dd6985163631 |
children | c91abbdc871b |
comparison
equal
deleted
inserted
replaced
1:dd6985163631 | 2:dba783d48eae |
---|---|
9 | 9 |
10 version = '0.1' | 10 version = '0.1' |
11 | 11 |
12 setup(name='carton', | 12 setup(name='carton', |
13 version=version, | 13 version=version, |
14 description="make self-extracting virtualevns" | 14 description="make self-extracting virtualenvs", |
15 long_description=description, | 15 long_description=description, |
16 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 16 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
17 keywords='mozilla', | 17 keywords='mozilla', |
18 author='Jeff Hammel', | 18 author='Jeff Hammel', |
19 author_email='jhammel@mozilla.com', | 19 author_email='jhammel@mozilla.com', |