Skip to content

Commit a8e3ec1

Browse files
authored
pyproject.toml: fix entry point (#12)
1 parent 4bb2ab2 commit a8e3ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html2print/html2print.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from webdriver_manager.core.http import HttpClient
2424
from webdriver_manager.core.os_manager import OperationSystemManager
2525

26-
__version__ = "0.0.2"
26+
__version__ = "0.0.3"
2727

2828
DEFAULT_CACHE_DIR = os.path.join(Path.home(), ".html2print", "chromedriver")
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ development = [
6161
]
6262

6363
[project.scripts]
64-
html2print = "html2print:main"
64+
html2print = "html2print.html2print:main"
6565

6666
[project.urls]
6767
Changelog = "https://github.com/mettta/html2pdf_python/releases/"

0 commit comments

Comments
 (0)