updated setup.py to current version in develop branch

This commit is contained in:
Sam Shaner 2016-10-16 22:18:22 -04:00
parent 9ac8a21351
commit 22368e24d8

View file

@ -61,9 +61,5 @@ if have_cython:
'ext_modules': cythonize('openmc/data/reconstruct.pyx'),
'include_dirs': [np.get_include()]
})
import numpy as np
kwargs.update({
'include_dirs': [np.get_include()]
})
setup(**kwargs)