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.
same as same
1 parent 033d52d commit fedba80Copy full SHA for fedba80
setup.py
@@ -17,8 +17,8 @@
17
import sys
18
19
from setuptools import setup, Extension
20
-from setuptools.command.build_ext import build_ext as build_ext
21
-from setuptools.command.sdist import sdist as sdist
+from setuptools.command.build_ext import build_ext
+from setuptools.command.sdist import sdist
22
23
24
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
0 commit comments