comparison setup.py @ 23:90ef5d1ebff3

formatting
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 29 Mar 2012 15:16:19 -0700
parents aad329df2548
children 8beffeb750b3
comparison
equal deleted inserted replaced
22:aad329df2548 23:90ef5d1ebff3
32 long_description=description, 32 long_description=description,
33 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 33 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
34 author='Jeff Hammel', 34 author='Jeff Hammel',
35 author_email='jhammel@mozilla.com', 35 author_email='jhammel@mozilla.com',
36 url='http://k0s.org/mozilla/hg/PaInt', 36 url='http://k0s.org/mozilla/hg/PaInt',
37 license='', 37 license='MPL',
38 packages=['paint'], 38 packages=['paint'],
39 include_package_data=True, 39 include_package_data=True,
40 zip_safe=False, 40 zip_safe=False,
41 **kw 41 **kw
42 ) 42 )