comparison setup.py @ 32:00ca88ef1c33

more documentation
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 11 Jul 2011 12:59:49 -0700
parents 8fef97a25925
children 122c56779f2b
comparison
equal deleted inserted replaced
31:8fef97a25925 32:00ca88ef1c33
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='mozilla',
17 author='Jeff Hammel', 17 author='Jeff Hammel',
18 author_email='jhammel@mozilla.com', 18 author_email='jhammel@mozilla.com',
19 url='https://wiki.mozilla.org/Auto-tools', 19 url='http://k0s.org/mozilla/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,