comparison setup.py @ 130:6b798d23f99f

we are under new management
author Jeff Hammel <k0scist@gmail.com>
date Sun, 30 Mar 2014 19:12:00 -0700
parents 5db2844b8300
children af5e83a4763b
comparison
equal deleted inserted replaced
129:66a4fe43b61f 130:6b798d23f99f
36 version=version, 36 version=version,
37 description="multi-level unified configuration", 37 description="multi-level unified configuration",
38 long_description=description, 38 long_description=description,
39 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 39 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
40 author='Jeff Hammel', 40 author='Jeff Hammel',
41 author_email='jhammel@mozilla.com', 41 author_email='k0scist@gmail.com',
42 url='http://k0s.org/mozilla/hg/configuration', 42 url='http://k0s.org/hg/configuration',
43 license='MPL', 43 license='MPL',
44 packages=['configuration'], 44 packages=['configuration'],
45 include_package_data=True, 45 include_package_data=True,
46 zip_safe=False, 46 zip_safe=False,
47 **kw 47 **kw