From 7fc530b2cd0cf9be478b96d83e8ad86e8f962ed9 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 20 Aug 2019 16:11:50 -0700 Subject: [PATCH] Some documentation tweaks. --- setup.py | 2 +- wavinfo/__init__.py | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) 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