Skip to content

Commit aa2f30a

Browse files
authored
Update setup.py
1 parent ca97720 commit aa2f30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author='Abel Heinsbroek',
1212
author_email='abel.heinsbroek@vitens.nl',
1313
license='Apache Licence 2.0',
14-
packages=find_packages(),
14+
packages=['phreeqpython', 'phreeqpython.lib', 'phreeqpython.database'],
1515
include_package_data=True,
1616
zip_safe=False,
1717
install_requires=['periodictable','numpy','scipy']

0 commit comments

Comments
 (0)