comparison setup.py @ 3:198d1cb34c14

cleanup setup.py
author k0s <k0scist@gmail.com>
date Thu, 05 Nov 2009 23:18:22 -0500
parents b8e5471794b2
children 224486ff2d7f
comparison
equal deleted inserted replaced
2:b8e5471794b2 3:198d1cb34c14
8 long_description="""\ 8 long_description="""\
9 """, 9 """,
10 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 10 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
11 keywords='', 11 keywords='',
12 author='Jeff Hammel', 12 author='Jeff Hammel',
13 author_email='jhammel@openplans.org', 13 author_email='k0scist@gmail.com',
14 url='http://oss.openplans.org', 14 url='http://k0s.org/hg/genshi_view',
15 license='GPL', 15 license='GPL',
16 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), 16 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
17 include_package_data=True, 17 include_package_data=True,
18 zip_safe=False, 18 zip_safe=False,
19 install_requires=[ 'PasteScript', 19 install_requires=[ 'PasteScript' ],
20 ],
21 entry_points=""" 20 entry_points="""
22 # -*- Entry points: -*- 21 # -*- Entry points: -*-
23 [paste.paster_create_template] 22 [paste.paster_create_template]
24 genshi_view = genshi_view:GenshiViewTemplate 23 genshi_view = genshi_view:GenshiViewTemplate
25 """, 24 """,