From 41106c465808b5a9a8c7708fcfa231a0278773b2 Mon Sep 17 00:00:00 2001 From: Jerome Kieffer Date: Tue, 9 Oct 2018 14:46:07 +0200 Subject: [PATCH] fix compilation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d08855..ad04472 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ import sys from distutils.core import setup from distutils.extension import Extension -from distutils.command.build_ext import build_ext +from Cython.Distutils import build_ext if 'bdist_egg' in sys.argv: sys.stderr.write("""===========================================================