1 parent f2f7fb2 commit d87273fCopy full SHA for d87273f
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
__author__ = 'andrea tramacere'
7
8
9
-from setuptools import setup, find_packages,Extension
+from setuptools import setup,Extension
10
from distutils.command.build import build
11
from setuptools.command.install import install
12
from distutils.sysconfig import get_python_lib
@@ -15,7 +15,6 @@
15
import shutil
16
import json
17
import sys
18
-import numpy as np
19
20
def check_swig():
21
command = 'swig'
0 commit comments