epub2tts icon indicating copy to clipboard operation
epub2tts copied to clipboard

improve setup/packaging

Open aedocw opened this issue 2 years ago • 1 comments

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

aedocw avatar Dec 27 '23 16:12 aedocw

Probably start using pipenv as first step.

https://realpython.com/pipenv-guide/

aedocw avatar Dec 28 '23 04:12 aedocw