diff --git a/setup.py b/setup.py index ff2dbf5..e7f8610 100644 --- a/setup.py +++ b/setup.py @@ -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"], diff --git a/wavinfo/__init__.py b/wavinfo/__init__.py index cdbdf58..c89cc8d 100644 --- a/wavinfo/__init__.py +++ b/wavinfo/__init__.py @@ -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