We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db68cec commit 77dc53eCopy full SHA for 77dc53e
setup.py
@@ -55,6 +55,11 @@ def build_extensions(self):
55
setup(
56
name='uvloop',
57
description='Fast implementation of asyncio event loop on top of libuv',
58
+ url='http://github.com/MagicStack/uvloop',
59
+ license='MIT',
60
+ author='Yury Selivanov',
61
+ author_email='[email protected]',
62
+ platforms=['*nix'],
63
version='0.4.14',
64
packages=['uvloop'],
65
cmdclass={'build_ext': libuv_build_ext},
0 commit comments