Skip to content

Commit d3d7c6e

Browse files
committed
feat: add cli entrypoint
1 parent 6814040 commit d3d7c6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ dev =
3939
jupyterlab
4040
jupytext
4141

42+
[options.entry_points]
43+
console_scripts =
44+
quartodoc = quartodoc.__main__:cli
45+
4246

4347
[project.scripts]
4448
quartodoc = "quartodoc.cli:main"

0 commit comments

Comments
 (0)