epub2tts
epub2tts copied to clipboard
improve setup/packaging
It would be nice if an installation of epub2tts showed the git commit hash it was installed from. Probably could achieve this with setuptools_scm package.
Generally taking steps to make this installation better would be good, especially if it could be on pypi so a simple pip install epub2tts would work. Also if packaging/installation was better then brew install epub2tts could be a thing, same as choco install epub2tts
Probably start using pipenv as first step.
https://realpython.com/pipenv-guide/