From 1c6446aaa5842676f187287d2f84e34c318465a1 Mon Sep 17 00:00:00 2001 From: SavagePeanut Date: Thu, 18 Jan 2024 18:30:24 -0600 Subject: clarify license as AGPL-3.0-or-later --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b208994..c768844 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [PyPi](https://pypi.org/project/slidge-style-parser/) +License: AGPL-3.0-or-later + A parsing library for [Slidge](https://sr.ht/~nicoco/slidge). Supports parsing these attributes: "\_underline_" @@ -56,3 +58,5 @@ new_tags = { "\n": ("
", "") } + +To build: `maturin build` -- cgit v1.2.3