From 6568edd6bf616a0c17c5226f40b494a6b2967dad Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 21 May 2026 13:32:56 -0500 Subject: 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. --- migrations/auth/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 migrations/auth/__init__.py (limited to 'migrations/auth/__init__.py') 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." -- cgit 1.4.1