forked from pool/python-compressed_rtf
- Update to version 1.0.7 * Fix: resolve circular import in setup.py. * Fix url. - Add patch: * 0001-fix-pyproject.toml-license-format.patch OBS-URL: https://build.opensuse.org/request/show/1256045 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-compressed_rtf?expand=0&rev=5
26 lines
687 B
Diff
26 lines
687 B
Diff
From b241c705251b245257ad2c8bdd99cecf0c1d731f Mon Sep 17 00:00:00 2001
|
|
From: Stuart Henderson <sthen@users.noreply.github.com>
|
|
Date: Tue, 25 Mar 2025 16:34:36 +0000
|
|
Subject: [PATCH] fix pyproject.toml license format
|
|
|
|
---
|
|
pyproject.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index d6728d3..0659e91 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -7,7 +7,7 @@ name = "compressed-rtf"
|
|
dynamic = ["version"]
|
|
description = "Compressed Rich Text Format (RTF) compression and decompression package"
|
|
readme = "README.md"
|
|
-license = "MIT"
|
|
+license = {text = "MIT"}
|
|
authors = [
|
|
{ name = "Dmitry Alimov" },
|
|
]
|
|
--
|
|
2.49.0
|
|
|