feat: make installable command

'epub2go' command provided
This commit is contained in:
eneller
2025-01-16 10:26:01 +01:00
parent 8742883edd
commit 37968f03b7
2 changed files with 79 additions and 8 deletions

View File

@@ -9,3 +9,5 @@ dependencies = [
"requests==2.32.3",
"urllib3==2.2.2",
]
[project.scripts]
epub2go = "convert:main"