Skip to content

Commit

Permalink
setup.py: Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Nov 10, 2016
1 parent 109fe4b commit 2544181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def finalize_options(self):
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(
Expand Down

0 comments on commit 2544181

Please sign in to comment.