diff --git a/README.md b/README.md index bc4dedc..70e85fd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # keysat-licensing-client (Python) Python client for [Keysat](https://github.com/keysat-xyz/keysat) — a -self-hosted Bitcoin-paid software licensing server that runs on Start9. +Bitcoin-native self-hosted software licensing service that runs on Start9. Verifies signed license keys offline using the issuer's public key, and (optionally) wraps the HTTP API for live validation, purchase, and diff --git a/pyproject.toml b/pyproject.toml index 34db73b..36ac97f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "keysat-licensing-client" version = "0.3.0" -description = "Python client for Keysat — a self-hosted Bitcoin-paid software licensing server that runs on Start9. Verifies signed license keys offline and wraps the HTTP API for purchase, redemption, and revocation checks." +description = "Python client for Keysat — a Bitcoin-native self-hosted software licensing service that runs on Start9. Verifies signed license keys offline and wraps the HTTP API for purchase, redemption, and revocation checks." readme = "README.md" requires-python = ">=3.10" license = { text = "MIT OR Apache-2.0" }