aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-09-10 22:20:11 +0100
committerGravatar Chris Lovering <[email protected]>2025-09-10 22:28:29 +0100
commit015fe9a3b6565f168bdc5f43106ce5f30940f28c (patch)
treecc5348d0629e5d5d02f4e3e199884b62263808d9
parentSet group write permissions on /var/vmail folder (diff)
Document pyproject.toml
Signed-off-by: Chris Lovering <[email protected]>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31e274c..9a8fdee 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ kubernetes/
├── namespaces/ # Kubernetes manifests, separated by namespace
└── scripts/ # Scripts used to lint manifests in CI
.pre-commit-config.yaml # pre-commit configuration
+pyproject.toml # tooling dependencies
server_bootstrap.sh # A bash script used to init our bare metal servers
```