README + pyproject: align positioning with 'Bitcoin-native self-hosted software licensing'

This commit is contained in:
Keysat
2026-05-11 08:46:35 -05:00
parent f2ea74d7e3
commit 94a39b7064
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# keysat-licensing-client (Python) # keysat-licensing-client (Python)
Python client for [Keysat](https://github.com/keysat-xyz/keysat) — a 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 Verifies signed license keys offline using the issuer's public key, and
(optionally) wraps the HTTP API for live validation, purchase, and (optionally) wraps the HTTP API for live validation, purchase, and
+1 -1
View File
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "keysat-licensing-client" name = "keysat-licensing-client"
version = "0.3.0" 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" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
license = { text = "MIT OR Apache-2.0" } license = { text = "MIT OR Apache-2.0" }