diff --git a/pyproject.toml b/pyproject.toml index 52f0760..9e498f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,3 +50,7 @@ dev = [ "Homepage" = "https://github.com/xuanxu/starmatrix" "Bug Reports" = "https://github.com/xuanxu/starmatrix/issues" "Source" = "https://github.com/xuanxu/starmatrix" + +[project.scripts] +starmatrix = "starmatrix.cli:main" +