setup.py: Fix error message

This commit is contained in:
Yury Selivanov 2016-11-10 14:30:56 -05:00
parent 109fe4baad
commit 2544181ba4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class libuv_build_ext(build_ext):
import Cython
except ImportError:
raise RuntimeError(
'please install Cython to compile asyncpg from source')
'please install Cython to compile uvloop from source')
if Cython.__version__ < '0.24':
raise RuntimeError(