From 6a69df2ee8069378d1ef000c6dc202fa7723a0ff Mon Sep 17 00:00:00 2001 From: Ronald van Elburg Date: Mon, 17 Oct 2022 13:28:28 +0200 Subject: [PATCH] Move version and author information to separate file. The current location leads to problems with dependencies which are only resolved after running pip. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed2ac7a..549b725 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup(name='wavinfo', "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10"], keywords='waveform metadata audio ebu smpte avi library film tv editing editorial', - install_requires=['lxml', 'ear'], + install_requires=['lxml', 'wheel', 'ear'], entry_points={ 'console_scripts': [ 'wavinfo = wavinfo.__main__:main'