From 4324f2432390392c8022beab480d8bc911682d1f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 21 May 2026 13:43:51 -0500 Subject: Move scripts 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. --- gn_auth/scripts/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 gn_auth/scripts/__init__.py (limited to 'gn_auth/scripts/__init__.py') diff --git a/gn_auth/scripts/__init__.py b/gn_auth/scripts/__init__.py new file mode 100644 index 0000000..5be56d8 --- /dev/null +++ b/gn_auth/scripts/__init__.py @@ -0,0 +1 @@ +"""These are command-line scripts to be run manually or in the background.""" -- cgit 1.4.1