Update setup.py

for v1.2
This commit is contained in:
Jamie Hardt
2019-06-25 13:23:10 -07:00
parent 242fa51b32
commit f1be6852b6

View File

@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='wavinfo',
version='1.1',
version='1.2',
author='Jamie Hardt',
author_email='jamiehardt@me.com',
description='Probe WAVE Files for iXML, Broadcast-WAVE and other metadata.',
@@ -16,7 +16,8 @@ setup(name='wavinfo',
'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"],
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"],
packages=['wavinfo'],
install_requires=['lxml']
)