diff options
| author | SavagePeanut <sourcehut@lazytapir.com> | 2024-01-18 18:30:24 -0600 |
|---|---|---|
| committer | SavagePeanut <sourcehut@lazytapir.com> | 2024-01-18 18:30:24 -0600 |
| commit | 1c6446aaa5842676f187287d2f84e34c318465a1 (patch) | |
| tree | 722c4cfaa0b2d2bb0c761cca9a21c378a4c65dc3 | |
| parent | 73f03cb06611ac02770f7ee104a27aecee8c15bd (diff) | |
clarify license as AGPL-3.0-or-later
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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` |
