comparison 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
comparison
equal deleted inserted replaced
39:d9dcc5a1503b 40:39fa450b21bd
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.3' 9 version = '0.3'
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,
15 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers 15 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
16 keywords='mozilla', 16 keywords='packaging',
17 author='Jeff Hammel', 17 author='Jeff Hammel',
18 author_email='jhammel@mozilla.com', 18 author_email='k0scist@gmail.com',
19 url='http://k0s.org/mozilla/hg/carton', 19 url='http://k0s.org/hg/carton',
20 license='MPL', 20 license='MPL',
21 py_modules=['carton'], 21 py_modules=['carton'],
22 packages=[], 22 packages=[],
23 include_package_data=True, 23 include_package_data=True,
24 zip_safe=False, 24 zip_safe=False,