# HG changeset patch # User k0s # Date 1257481102 18000 # Node ID 198d1cb34c14da0a69ed44b59e4e36c1fdd00d71 # Parent b8e5471794b271c7dd8d7e4018282f12d2e723ff cleanup setup.py diff -r b8e5471794b2 -r 198d1cb34c14 setup.py --- a/setup.py Thu Nov 05 23:15:37 2009 -0500 +++ b/setup.py Thu Nov 05 23:18:22 2009 -0500 @@ -10,14 +10,13 @@ classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers keywords='', author='Jeff Hammel', - author_email='jhammel@openplans.org', - url='http://oss.openplans.org', + author_email='k0scist@gmail.com', + url='http://k0s.org/hg/genshi_view', license='GPL', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False, - install_requires=[ 'PasteScript', - ], + install_requires=[ 'PasteScript' ], entry_points=""" # -*- Entry points: -*- [paste.paster_create_template]