Commit 7d7b0574 authored by Denis Bilenko's avatar Denis Bilenko

add a link to the documentation in __init__.py

parent 07e3d866
......@@ -2,6 +2,8 @@
"""
gevent is a coroutine-based Python networking library that uses greenlet
to provide a high-level synchronous API on top of libevent event loop.
See http://www.gevent.org/ for the documentation.
"""
version_info = (0, 13, 0)
......
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