To simplify developing and maintaing the package, I would suggest to switch to a more modern package structure/tool chain.
My suggestioin would be to:
- switch to
poetry as dependency manager and build tool
- add some github workflows to auto publish
- Switch to pytest instead of nosetest
@friggog @lmjohns3 any opinions on that?