Add description in scripts and use six for imports

This commit is contained in:
Paul Romano 2016-10-06 18:21:58 -05:00
parent f1ea8cfaaa
commit 24af2829b9
7 changed files with 91 additions and 52 deletions

View file

@ -32,7 +32,7 @@ kwargs = {'name': 'openmc',
if have_setuptools:
kwargs.update({
# Required dependencies
'install_requires': ['numpy>=1.9', 'h5py', 'matplotlib'],
'install_requires': ['six', 'numpy>=1.9', 'h5py', 'matplotlib'],
# Optional dependencies
'extras_require': {