Transitioned to pyproject.toml installation

This commit is contained in:
Jamie Hardt
2023-02-26 11:01:18 -08:00
parent 71936e9441
commit 8772d3eb78
5 changed files with 72 additions and 48 deletions

View File

@@ -1,13 +1,8 @@
"""
methods to probe a WAV file for various kinds of production metadata.
See the documentation for `wavinfo.WavInfoReader` for more information.
Probe WAVE Files for iXML, Broadcast-WAVE and other metadata.
"""
from .wave_reader import WavInfoReader
from .riff_parser import WavInfoEOFError
__version__ = '2.1.1'
__short_version__ = '2.1'
__author__ = 'Jamie Hardt <jamiehardt@gmail.com>'
__license__ = "MIT"