diff --git a/setup.py b/setup.py index 2c49b693b37..56a26ef1f0b 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,13 @@ from setuptools import Distribution, setup from setupext import ( + NUMPY_MACROS, check_CPP14_flags, check_for_openmp, check_for_pyembree, create_build_ext, get_python_include_dirs, install_ccompiler, - NUMPY_MACROS, ) install_ccompiler()