about summary refs log tree commit diff
path: root/gn_auth/migrations/auth/__init__.py
AgeCommit message (Collapse)Author
2026-05-21Move migrations to top-level gn_auth package.Frederick Muriuki Muriithi
In preparation for migrating to pyproject.toml (from setup.py and friends) we need to have only one top-level package. This will also help in improving testing and checks down the line, since everything will be relative to one single top-level directory.