Skip to content

Commit 205ceda

Browse files
committed
add libdoc to buildout
1 parent 5dc362a commit 205ceda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildout.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ recipe = zc.recipe.egg
1919
eggs =
2020
robotframework == ${versions:robotframework}
2121
robotframework-httplibrary
22-
entry-points = robotframework=rf_httplib_dev_helper:run_cli
22+
entry-points =
23+
robotframework=rf_httplib_dev_helper:run_cli
24+
libdoc=robot.libdoc:libdoc_cli
25+
2326
arguments = sys.argv[1:]
2427

2528
[pylint]

0 commit comments

Comments
 (0)