summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`