add AGPLv3 license

This commit is contained in:
blankie 2026-06-09 01:10:04 +00:00
parent b63d4859f1
commit 6cf434461c
2 changed files with 575 additions and 1 deletions

View file

@ -6,7 +6,7 @@ build-backend = "setuptools.backends._legacy:_Backend"
name = "tinyweb-forum"
version = "0.1.0"
description = "Decentralized link-sharing forum for TinyWeb"
license = {text = "MIT"}
license = {text = "AGPL-3.0-only"}
requires-python = ">=3.9"
dependencies = [
"rns",