summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSavagePeanut <sourcehut@lazytapir.com>2024-01-18 18:30:24 -0600
committerSavagePeanut <sourcehut@lazytapir.com>2024-01-18 18:30:24 -0600
commit1c6446aaa5842676f187287d2f84e34c318465a1 (patch)
tree722c4cfaa0b2d2bb0c761cca9a21c378a4c65dc3
parent73f03cb06611ac02770f7ee104a27aecee8c15bd (diff)
clarify license as AGPL-3.0-or-later
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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": ("<br>", "")
}
+
+To build: `maturin build`