1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-24 01:10:47 +01:00

Merge pull request #69 from KeinNiemand/master

Include files in ebook and sites in poetry build
This commit is contained in:
David Lynch 2021-09-04 14:59:15 -05:00 committed by GitHub
commit 186fbd406d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ version = "1.0.0"
description = "Turn a story on certain websites into an ebook for convenient reading"
authors = ["David Lynch <kemayo@gmail.com>"]
license = "MIT License"
include = ["ebook/*", "sites/*"]
[tool.poetry.scripts]
leech = "leech:cli"