diff options
| author | Frederick Muriuki Muriithi | 2026-05-21 13:43:51 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-21 13:43:51 -0500 |
| commit | 4324f2432390392c8022beab480d8bc911682d1f (patch) | |
| tree | e10cb2c4ca05a1b762af6fc926f4184e91ca97c4 /README.md | |
| parent | 6568edd6bf616a0c17c5226f40b494a6b2967dad (diff) | |
| download | gn-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.md | 2 |
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 |
