updated setup.py to version in develop

This commit is contained in:
Sam Shaner 2016-10-18 08:03:26 -04:00
parent 999250cf81
commit 6234ef5693

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)