diff --git a/pyproject.toml b/pyproject.toml index a2a4608..99ea4f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,6 @@ build-backend = "poetry.core.masonry.api" ipython = "^9.4.0" jupyter = "^1.1.1" +[tool.poetry.scripts] +ucsinfer = "ucsinfer.__main__:ucsinfer" +