Commit 656e8d16 authored by Denis Bilenko's avatar Denis Bilenko

fix typo in setup.py

parent 463f08ac
......@@ -198,7 +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/'
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