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 109fe4b commit 2544181Copy full SHA for 2544181
setup.py
@@ -80,7 +80,7 @@ def finalize_options(self):
80
import Cython
81
except ImportError:
82
raise RuntimeError(
83
- 'please install Cython to compile asyncpg from source')
+ 'please install Cython to compile uvloop from source')
84
85
if Cython.__version__ < '0.24':
86
0 commit comments