about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-05-21 13:43:51 -0500
committerFrederick Muriuki Muriithi2026-05-21 13:43:51 -0500
commit4324f2432390392c8022beab480d8bc911682d1f (patch)
treee10cb2c4ca05a1b762af6fc926f4184e91ca97c4 /README.md
parent6568edd6bf616a0c17c5226f40b494a6b2967dad (diff)
downloadgn-auth-4324f2432390392c8022beab480d8bc911682d1f.tar.gz
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 963b5c5..07937eb 100644
--- a/README.md
+++ b/README.md
@@ -268,7 +268,7 @@ The checks we do are
 ### Linting
 
 ```bash
-pylint *py tests gn_auth scripts
+pylint *py tests gn_auth
 ```
 
 ### Type-Checking