diff options
Diffstat (limited to 'devel/py-fasteners/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-fasteners/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-fasteners/files/patch-pyproject.toml b/devel/py-fasteners/files/patch-pyproject.toml new file mode 100644 index 000000000000..924d7201603b --- /dev/null +++ b/devel/py-fasteners/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-11 10:07:08 UTC ++++ pyproject.toml +@@ -5,7 +5,7 @@ keywords = ["lock", "thread", "process", "fasteners"] + readme = { file = "README.md", content-type = "text/markdown; charset=UTF-8" } + requires-python = ">=3.6" + keywords = ["lock", "thread", "process", "fasteners"] +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } + authors = [{ name = "Joshua Harlow" }] + maintainers = [{ name = "Paulius Ĺ arka" }] + classifiers = [ |