Skip to content

Commit 16e1230

Browse files
committed
Version 1.0.0.
1 parent 3c479f3 commit 16e1230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ emulation = ["mss", "pynput", "pytesseract"]
1919
app = ["ebook-extractor[emulation]", "customtkinter"]
2020

2121
[tool.hatch.build.targets.sdist]
22-
only-include = ["ebook_extractor"]
22+
only-include = ["ebook_extractor", "ebook_extractor_cli"]
2323

2424
[tool.hatch.build.targets.wheel]
25-
packages = ["ebook_extractor"]
25+
packages = ["ebook_extractor", "ebook_extractor_cli"]
2626

2727
[project.urls]
2828
Homepage = "https://ebook-extractor.projectneura.org"

0 commit comments

Comments
 (0)