Skip to content

Commit abcbdcb

Browse files
authored
Update setup.py
1 parent 0bd5ca1 commit abcbdcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
license='Apache Licence 2.0',
1414
packages=['phreeqpython'],
1515
include_package_data=True,
16+
package_data={'phreeqpython': ['phreeqpython/lib/*.so','phreeqpython/lib/*.dll','phreeqpython/lib/*.dylib', 'phreeqpython/database/*.dat'] },
1617
zip_safe=False,
17-
install_requires=['periodictable']
18+
install_requires=['periodictable','numpy','scipy']
1819
)

0 commit comments

Comments
 (0)