From 89c3715177dd831a6f9888ce5b3d51eb14e403b7 Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Wed, 4 Oct 2023 14:27:56 -0400 Subject: [PATCH] fixed script name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2789577..5a5bb17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dynamic = ["dependencies", "version"] dependencies = {file = ["requirements.txt"]} [project.scripts] -comment_spell_check = "dicom2stl:main" +dicom2stl = "dicom2stl:main" [tool.setuptools_scm] local_scheme = "dirty-tag"