diff --git a/setup.py b/setup.py index d8c720f..11cadfd 100644 --- a/setup.py +++ b/setup.py @@ -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, )