Mercurial > hg > carton
diff setup.py @ 40:39fa450b21bd default tip
updates for today
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 22 Feb 2016 14:16:09 -0800 |
parents | d9dcc5a1503b |
children |
line wrap: on
line diff
--- a/setup.py Mon Apr 09 13:46:42 2012 -0700 +++ b/setup.py Mon Feb 22 14:16:09 2016 -0800 @@ -6,17 +6,17 @@ except ImportError: description = None -version = '0.2.3' +version = '0.3' setup(name='carton', version=version, description="make self-extracting virtualenvs", long_description=description, classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers - keywords='mozilla', + keywords='packaging', author='Jeff Hammel', - author_email='jhammel@mozilla.com', - url='http://k0s.org/mozilla/hg/carton', + author_email='k0scist@gmail.com', + url='http://k0s.org/hg/carton', license='MPL', py_modules=['carton'], packages=[],