marianosimone / epub-thumbnailer

Script to extract the cover of an epub book and create a thumbnail for it
GNU General Public License v3.0
191 stars 29 forks source link

Add pyproject.toml (fixes #42) #44

Closed arky closed 5 months ago

arky commented 5 months ago

Add a basic pyproject.toml to allow installation using pipx command line as follows

pipx install git+https://github.com/marianosimone/epub-thumbnailer

Possible fix for #42

marianosimone commented 5 months ago

Thanks @arky !