1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-01 13:16:52 +01:00

Merge pull request #48 from keturn/feat/leech-script

provide "leech" as a runnable script
This commit is contained in:
David Lynch 2021-01-23 12:59:18 -06:00 committed by GitHub
commit 7af94af17b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,9 @@ description = "Turn a story on certain websites into an ebook for convenient rea
authors = ["David Lynch <kemayo@gmail.com>"]
license = "MIT License"
[tool.poetry.scripts]
leech = "leech:cli"
[tool.poetry.dependencies]
python = "^3.6"
attrs = "^20.2.0"