blob: f9a40f946f1fba3224e29855358782e04b636674 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2025-04-20 18:00:54 UTC
+++ pyproject.toml
@@ -7,7 +7,7 @@ readme = "README.md"
dynamic = ["version"]
description = "Compressed Rich Text Format (RTF) compression and decompression package"
readme = "README.md"
-license = "MIT"
+license = { text="MIT" }
authors = [
{ name = "Dmitry Alimov" },
]
|