Fixed some bugs I introduced, fixed entrypoint

This commit is contained in:
Jamie Hardt
2025-05-25 07:50:37 -07:00
parent 2095a1fb75
commit d29c36eafa
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ sphinx = {version= '>= 5.3.0', optional=true}
doc = ['sphinx', 'sphinx_rtd_theme']
[tool.poetry.scripts]
wavinfo = 'ptulsconv.__main__:main'
ptulsconv = 'ptulsconv.__main__:main'
[project.urls]