Skip to content

Commit

Permalink
Merge pull request #56 from dave3d/FixPyProject
Browse files Browse the repository at this point in the history
fixed script name
  • Loading branch information
dave3d committed Oct 4, 2023
2 parents 589b022 + 89c3715 commit 6b19666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 6b19666

Please sign in to comment.