Merge remote-tracking branch 'upstream/main'

This commit is contained in:
dabreadman 2021-12-05 18:07:20 +00:00
commit 0cbb6ca479

View File

@ -26,6 +26,7 @@ setup(
"Programming Language :: Python :: 3.9",
],
packages=['zspotify'],
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm', 'git+https://github.com/kokarare1212/librespot-python'],
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm',
'librespot @ git+https://github.com/kokarare1212/librespot-python'],
include_package_data=True,
)