dfdf
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled

This commit is contained in:
nose
2025-12-25 05:10:39 -08:00
parent 4bf9d1b93a
commit cd823a5a2e
5 changed files with 673 additions and 6 deletions

View File

@@ -1,4 +1,23 @@
#!/usr/bin/env python3
"""DEPRECATED: scripts/setup.py
This file has been renamed to `scripts/bootstrap.py` to avoid having multiple
`setup.py` files in the repository. Please use:
python ./scripts/bootstrap.py
This shim remains temporarily for backwards compatibility.
---
Original docstring:
scripts/setup.py
"""
Unified project setup helper (Python-only).
#!/usr/bin/env python3
"""scripts/setup.py
Unified project setup helper (Python-only).
@@ -17,7 +36,7 @@ The platform bootstrap scripts also attempt (best-effort) to install `mpv` if
it is not found on your PATH, since some workflows use it.
Usage:
python ./scripts/setup.py # install deps and playwright browsers (or run platform bootstrap if no args)
python ./scripts/bootstrap.py # install deps and playwright browsers (or run platform bootstrap if no args)
python ./scripts/setup.py --skip-deps
python ./scripts/setup.py --playwright-only
@@ -418,7 +437,7 @@ python -m medeia_macina.cli_entry @args
"python -m medeia_macina.cli_entry %*\r\n"
)
try:
bat.write_text(bat_text, encoding="utf-8")
# non-interactive mode, which we use so "python ./scripts/bootstrap.py" just
except Exception:
pass