mirror of
https://github.com/soxoj/maigret.git
synced 2026-09-22 17:54:55 +02:00
`utils/` is in neither the sdist nor the wheel, so the declared entry point ships a command that fails on every install:
$ update_sitesmd
ModuleNotFoundError: No module named 'utils'
It only works in a dev checkout, where maigret is installed editable and the repository root is on sys.path.
- `pyproject.toml`: drop the `update_sitesmd` script.
- `.githooks/pre-commit`: run `python -m utils.update_site_data` instead.
- `installation.rst`: the quoted pip warning named both scripts, now one.