Commit 08dca5f5 authored by Matt Iversen's avatar Matt Iversen

Note Jason Madden as current maintainer

parent c75efbec
...@@ -459,10 +459,12 @@ def run_setup(ext_modules, run_make): ...@@ -459,10 +459,12 @@ def run_setup(ext_modules, run_make):
version=__version__, version=__version__,
description='Coroutine-based network library', description='Coroutine-based network library',
long_description=read('README.rst'), long_description=read('README.rst'),
license="MIT", license='MIT',
keywords="greenlet coroutine cooperative multitasking light threads monkey", keywords='greenlet coroutine cooperative multitasking light threads monkey',
author='Denis Bilenko', author='Denis Bilenko',
author_email='denis.bilenko@gmail.com', author_email='denis.bilenko@gmail.com',
maintainer='Jason Madden',
maintainer_email='jason@nextthought.com',
url='http://www.gevent.org/', url='http://www.gevent.org/',
packages=['gevent'], packages=['gevent'],
include_package_data=include_package_data, include_package_data=include_package_data,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment