[PR #79] Update install instructions #169

Closed
opened 2026-03-07 19:50:55 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/casualsnek/onthespot/pull/79

State: closed
Merged: Yes


  • Make setup.cfg use requirements.txt for install_requires
  • List winsdk in the requirements.txt to make setup easier
  • Create a build script for MacOS
  • Update README instructions

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.

**Original Pull Request:** https://github.com/casualsnek/onthespot/pull/79 **State:** closed **Merged:** Yes --- * Make setup.cfg use requirements.txt for install_requires * List winsdk in the requirements.txt to make setup easier * Create a build script for MacOS * Update README instructions 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.
kerem 2026-03-07 19:50:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/onthespot#169
No description provided.