Skip to content

Commit e8403dd

Browse files
committed
fix: switch setup to numpy
1 parent 13b57b9 commit e8403dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def configuration(parent_package='',top_path=None):
308308
################################################################################
309309

310310
def main(**extra_args):
311-
311+
from numpy.distutils.core import setup
312312
setup(name=INFO_VARS['NAME'],
313313
maintainer=INFO_VARS['MAINTAINER'],
314314
maintainer_email=INFO_VARS['MAINTAINER_EMAIL'],

0 commit comments

Comments
 (0)