We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca97720 commit aa2f30aCopy full SHA for aa2f30a
setup.py
@@ -11,7 +11,7 @@
11
author='Abel Heinsbroek',
12
author_email='abel.heinsbroek@vitens.nl',
13
license='Apache Licence 2.0',
14
- packages=find_packages(),
+ packages=['phreeqpython', 'phreeqpython.lib', 'phreeqpython.database'],
15
include_package_data=True,
16
zip_safe=False,
17
install_requires=['periodictable','numpy','scipy']
0 commit comments