diff --git a/pyproject.toml b/pyproject.toml
index 2d0777188e5ea5ed868f234b7f200a27e481c832..769e1d0aa277e82f707d494a431e0c55bffbef4c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,7 @@ readme = "README.md"
 
 [tool.poetry.scripts]
 aliby-run = "aliby.bin.run:run"
+aliby-annotate = "aliby.bin.annotate:annotate_image"
 
 [build-system]
 requires = ["setuptools", "poetry-core>=1.0.0"]