Skip to content

Commit c6c7d0b

Browse files
committed
FIX: Missing
1 parent 5b3635a commit c6c7d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
import platform
88
import sys
99

10-
from setuptools import setup
11-
from setuptools import Extension
1210
from Cython.Build import cythonize
1311
from numpy import get_include
12+
from setuptools import setup, Extension
13+
from wheel.bdist_wheel import bdist_wheel
1414

1515
# add Cython extensions to the setup options
1616

0 commit comments

Comments
 (0)