Some documentation tweaks.

This commit is contained in:
Jamie Hardt
2019-08-20 16:11:50 -07:00
parent 4dfc1ab33c
commit 7fc530b2cd
2 changed files with 5 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ setup(name='wavinfo',
classifiers=['Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"],

View File

@@ -1,12 +1,8 @@
# -*- coding: utf-8 -*-
# :module:`wavinfo` provides methods to probe a WAV file for
# various kinds of production metadata.
#
#
#
#
"""
methods to probe a WAV file for various kinds of production metadata.
Go to the documentation for wavinfo.WavInfoReader for more information.
"""
from .wave_reader import WavInfoReader