mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-06-07 07:16:34 -04:00
The Python plugin attempts to `pip install -U .` when `pyproject.toml` is present. As SABnzbd is an application source tree and not a pip-installable package, this temporarily hides `pyproject.toml` during the build step to prevent an incorrect installation attempt.