We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd5ca1 commit abcbdcbCopy full SHA for abcbdcb
setup.py
@@ -13,6 +13,7 @@
13
license='Apache Licence 2.0',
14
packages=['phreeqpython'],
15
include_package_data=True,
16
+ package_data={'phreeqpython': ['phreeqpython/lib/*.so','phreeqpython/lib/*.dll','phreeqpython/lib/*.dylib', 'phreeqpython/database/*.dat'] },
17
zip_safe=False,
- install_requires=['periodictable']
18
+ install_requires=['periodictable','numpy','scipy']
19
)
0 commit comments