Commit 463f08ac authored by Denis Bilenko's avatar Denis Bilenko

add url to setup.py

parent 5b462f49
......@@ -198,6 +198,7 @@ if __name__ == '__main__':
description='Python network library that uses greenlet and libevent for easy and scalable concurrency',
author='Denis Bilenko',
author_email='denis.bilenko@gmail.com',
url='http://gevent.org/'
packages=['gevent'],
ext_modules=[gevent_core],
classifiers=[
......
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