Merge pull request #22 from iluvcapra/feature-manpage

Add a manpage for wavinfo command line tool
This commit is contained in:
Jamie Hardt
2023-11-07 14:35:44 -08:00
committed by GitHub
3 changed files with 267 additions and 0 deletions

View File

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