diff options
| author | Frederick Muriuki Muriithi | 2026-05-21 13:32:56 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-21 13:32:56 -0500 |
| commit | 6568edd6bf616a0c17c5226f40b494a6b2967dad (patch) | |
| tree | ccb986a3cec72061f490a15a154b299e12a13101 /migrations/auth/__init__.py | |
| parent | daf8d4ec95bb5d4a7e0c108c023f64d6954d70df (diff) | |
| download | gn-auth-6568edd6bf616a0c17c5226f40b494a6b2967dad.tar.gz | |
Move migrations to top-level gn_auth package.
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.
Diffstat (limited to 'migrations/auth/__init__.py')
| -rw-r--r-- | migrations/auth/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migrations/auth/__init__.py b/migrations/auth/__init__.py deleted file mode 100644 index 1358c9a..0000000 --- a/migrations/auth/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"Auth(entic|oris)ation package." |
