Mercurial > hg > genshi_view
changeset 3:198d1cb34c14
cleanup setup.py
author | k0s <k0scist@gmail.com> |
---|---|
date | Thu, 05 Nov 2009 23:18:22 -0500 |
parents | b8e5471794b2 |
children | 0be8714e4d6a |
files | setup.py |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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]