diff --git a/pyproject.toml b/pyproject.toml index 7ac9a9a..48498cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ ] [project.scripts] -sft = "tensors:main" +tsr = "tensors:main" [build-system] requires = ["hatchling"]