Files
maigret/docs/source
SoxojandGitHub 3822390359 Drop the update_sitesmd console script (#3041)
`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.
2026-08-30 21:54:42 +02:00
..
2026-06-20 22:29:19 +02:00
2026-08-25 14:26:03 +02:00
2026-08-25 14:26:03 +02:00
2026-06-20 22:29:19 +02:00