mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-09-15 06:58:20 -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.