- commit
- 3b0ef80be0b7498921bbfdf29030a8f31fdaf0ab
- parent
- 15edb72620d4c042599a93a7039014beec0b3c4f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-11 20:26
pyproject.toml: license syntax
Diffstat
| M | pyproject.toml | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
@@ -7,7 +7,7 @@ name = "simplecharts" 7 7 version = "0.1.1" 8 8 description = "SVG charts without dependencies" 9 9 readme = "README.md"10 -1 license = {text = "MIT"}-1 10 license = "MIT" 11 11 keywords = ["svg", "charts"] 12 12 authors = [ 13 13 {name = "Tobias Bengfort", email = "tobias.bengfort@posteo.de"}