diff --git a/setup.py b/setup.py index eceb35d9..c0d63b3c 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ import sys from setuptools import setup, Extension -from setuptools.command.build_ext import build_ext as build_ext -from setuptools.command.sdist import sdist as sdist +from setuptools.command.build_ext import build_ext +from setuptools.command.sdist import sdist CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'