mirror of https://github.com/MagicStack/uvloop.git
typo `same as same`
This commit is contained in:
parent
033d52d044
commit
fedba80ac1
4
setup.py
4
setup.py
|
@ -17,8 +17,8 @@ import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from setuptools import setup, Extension
|
from setuptools import setup, Extension
|
||||||
from setuptools.command.build_ext import build_ext as build_ext
|
from setuptools.command.build_ext import build_ext
|
||||||
from setuptools.command.sdist import sdist as sdist
|
from setuptools.command.sdist import sdist
|
||||||
|
|
||||||
|
|
||||||
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
|
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
|
||||||
|
|
Loading…
Reference in New Issue