Files
maigret/docs
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
..
2021-11-02 17:21:27 +07:00