Mercurial > hg > clwapp
changeset 4:6ec69ecbc072
update metadata
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 08:16:20 -0800 |
parents | 672addc0c4be |
children | dfcd4dbe4b1c |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Dec 20 12:44:40 2011 -0800 +++ b/setup.py Tue Nov 03 08:16:20 2020 -0800 @@ -10,7 +10,7 @@ """, classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Jeff Hammel', - author_email='jhammel@openplans.org', + author_email='k0scist@gmail.com', url='', license="", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), @@ -18,7 +18,7 @@ zip_safe=False, install_requires=[ # -*- Extra requirements: -*- - 'WebOb', + 'WebOb', 'Paste', 'PasteScript', ], @@ -28,4 +28,3 @@ main = clwapp.factory:factory """, ) -