From 8294e5022cadf39bc699528a3da5e2bf62e2994c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk>
Date: Wed, 15 Mar 2023 12:00:47 +0000
Subject: [PATCH] chore(pyproject.toml): add annotate_image

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 2d077718..769e1d0a 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"]
-- 
GitLab