README + pyproject: align positioning with 'Bitcoin-native self-hosted software licensing'
This commit is contained in:
@@ -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
@@ -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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user