Mercurial > hg > webob_view
changeset 8:87bac4e6b908 default tip
update metadata
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 10:12:55 -0800 |
parents | ff0e2a6dd07b |
children | |
files | setup.py |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Thu Oct 21 13:43:24 2010 -0700 +++ b/setup.py Tue Nov 03 10:12:55 2020 -0800 @@ -6,12 +6,11 @@ setup(name='webob_view', version=version, description="paste template for a view using webob", - long_description="""\ -""", + long_description="", classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers keywords='', author='Jeff Hammel', - author_email='jhammel@openplans.org', + author_email='k0scist@gmail.com', url='http://k0s.org', license='GPL', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), @@ -23,5 +22,4 @@ [paste.paster_create_template] webob_view = webob_view:WebobViewTemplate """, - ) - +)