diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-inotify-simple/files/patch-pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-inotify-simple/files/patch-pyproject.toml b/devel/py-inotify-simple/files/patch-pyproject.toml new file mode 100644 index 000000000000..34bee038fbe8 --- /dev/null +++ b/devel/py-inotify-simple/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-08-25 06:27:48 UTC ++++ pyproject.toml +@@ -12,8 +12,7 @@ authors = [ + {name = "Chris Billington", email = "chrisjbillington@gmail.com"}, + ] + keywords = ["inotify"] +-license = "BSD-2-Clause" +-license-files = ["LICENSE"] ++license = {text = "BSD-2-Clause"} + requires-python = ">=3.6" + dynamic = ["version"] + |