mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 09:20:40 +00:00
Some setup metadata tweaks..
This commit is contained in:
9
setup.py
9
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']
|
||||
)
|
||||
|
||||
@@ -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 <jamiehardt@gmail.com>'
|
||||
__license__ = "MIT"
|
||||
Reference in New Issue
Block a user