It would be useful to turn the modules into 1 package so it can be installed by other people without just running it from the source directory. Being pure Python the easiest thing is probably to use Flit https://flit.pypa.io/
It would be useful to turn the modules into 1 package so it can be installed by other people without just running it from the source directory.
Being pure Python the easiest thing is probably to use Flit https://flit.pypa.io/