aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a485a11..499a6cc 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,11 @@ Run `mkwheels <pkg> <ver>`, upload the tarball to your package host, and set
`DOWNLOAD_x86_64` / `MD5SUM_x86_64` in the SlackBuild `.info` to point at it.
The SlackBuild then `pip install --no-index --find-links=<wheels>` into a venv.
+## Test
+
+`./selftest` builds `six` twice with a fixed epoch and asserts the two wheels
+tarballs are byte-identical. Run it after changing the tar/packing logic.
+
## License
GPLv2 (v2-only). See `LICENSE`. Copyright (C) 2026 Danilo M. <danix@danix.xyz>.