Added a manpage

This commit is contained in:
Jamie Hardt
2023-11-07 11:23:40 -08:00
parent 538449bd9c
commit 7cbdd3dab6
2 changed files with 75 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ wavinfo = 'wavinfo.__main__:main'
[project.scripts]
wavinfo = "wavinfo.__main__:main"
[tool.flit.external-data]
directory = "data"
[tool.pyright]
typeCheckingMode = "basic"