@aufdenkampe maybe the GitHub repository itself stays the same as there are non-python versions? Meanwhile the package it makes sense to remove the "-python" since one importing the package is using python.
Changes:
I first find/replace all "clearwater_modules_python" w/ "clearwater_modules"
Then I used git mv to rename src/clearwater_modules_python to src/clearwater_modules
Closes issue #17
@aufdenkampe maybe the GitHub repository itself stays the same as there are non-python versions? Meanwhile the package it makes sense to remove the "-python" since one importing the package is using python.
Changes:
git mv
to renamesrc/clearwater_modules_python
tosrc/clearwater_modules
All tests are passing