From 49ac961b94aec67edf815145ab112ca03b5b03c5 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 20 Aug 2019 16:21:24 -0700 Subject: [PATCH] Some setup metadata tweaks.. --- setup.py | 9 +++++++++ wavinfo/__init__.py | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7f8610..fb2a849 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,14 @@ setup(name='wavinfo', long_description_content_type="text/markdown", long_description=long_description, url='https://github.com/iluvcapra/wavinfo', + project_urls={ + 'Source': + 'https://github.com/iluvcapra/wavinfo', + 'Documentation': + 'https://wavinfo.readthedocs.io/', + 'Issues': + 'https://github.com/iluvcapra/wavinfo/issues', + }, classifiers=['Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License', 'Topic :: Multimedia', @@ -19,5 +27,6 @@ setup(name='wavinfo', "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7"], packages=['wavinfo'], + keywords='waveform metadata library film tv editing editorial audio ebu', install_requires=['lxml'] ) diff --git a/wavinfo/__init__.py b/wavinfo/__init__.py index c89cc8d..61726f2 100644 --- a/wavinfo/__init__.py +++ b/wavinfo/__init__.py @@ -7,4 +7,5 @@ Go to the documentation for wavinfo.WavInfoReader for more information. from .wave_reader import WavInfoReader __version__ = '1.3' -__author__ = 'Jamie Hardt' +__author__ = 'Jamie Hardt ' +__license__ = "MIT" \ No newline at end of file