Robot framework does not have setuptools compatible entry points. This makes it hard to setup Robot with buildout.
robotentrypoints
provides them.
With the buildout hereunder, you get
bin/pybot
and bin/rebot
scripts.
[buildout] parts = robot [robot] recipe = zc.recipe.egg eggs = robotentrypoints