From dc3e9c440ee769e616e77d66ac65ddb50cf205d7 Mon Sep 17 00:00:00 2001 From: Jim Fulton Date: Mon, 3 Apr 2017 09:06:42 -0400 Subject: [PATCH] updated meta data --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e9b1e9df4..34826bfe2 100644 --- a/setup.py +++ b/setup.py @@ -119,8 +119,9 @@ def emit(self, record): description = long_description.split('\n', 2)[1], long_description = long_description, url = 'https://pypi.python.org/pypi/ZEO', - maintainer="Zope Foundation and Contributors", - maintainer_email="zodb-dev@zope.org", + author="Zope Foundation and Contributors", + author_email="zodb@googlegroups.com", + keywords=['database', 'zodb'], packages = find_packages('src'), package_dir = {'': 'src'}, license = "ZPL 2.1",