From 63b140209b10668f27951aa04fefd08aa1f193d7 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 10 Sep 2025 22:23:57 -0700 Subject: [PATCH] Command-line entry point:wq --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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" +