casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
741 stars 53 forks source link

Update install instructions #79

Closed tresni closed 11 months ago

tresni commented 11 months ago

The setup.cfg requirements were out of date with the requirements.txt. This meant that if you built a binary using the setup.cfg, it would have an outdated version of librespot and be unable to login. Given that setuptools and pip can both use properly formatted PEP-508 syntax and onthespot is not using any pip-specific syntax, this can be unified into the requirements.txt file for ease.

tresni commented 11 months ago

My bad, thanks for getting that!