license: relicense to AGPL-3.0-or-later
Some checks failed
gitleaks / scan (push) Failing after 1s

This commit is contained in:
Sulkta 2026-06-28 21:16:17 -07:00
parent df7caf8404
commit 9620d1278e
3 changed files with 632 additions and 172 deletions

View file

@ -8,7 +8,7 @@ version = "1.0.0.dev0"
description = "Merchant-side Cardano payment lifecycle (zero-custody). Ships the invoice + UTxO-watcher + reprice state machine. Use pycardano directly for Cardano primitives."
readme = "README.md"
requires-python = ">=3.10"
license = {text = "Apache-2.0"}
license = {text = "AGPL-3.0-or-later"}
authors = [
{name = "Sulkta Coop"},
]
@ -16,7 +16,7 @@ keywords = ["cardano", "payments", "checkout", "invoice", "utxo", "zero-custody"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",