diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-geventhttpclient/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-geventhttpclient/files/patch-pyproject.toml b/devel/py-geventhttpclient/files/patch-pyproject.toml new file mode 100644 index 000000000000..6e7667f5fbf9 --- /dev/null +++ b/devel/py-geventhttpclient/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-06-11 12:41:36 UTC ++++ pyproject.toml +@@ -9,7 +9,7 @@ requires-python = ">=3.9" + description = "HTTP client library for gevent" + readme = "README.md" + requires-python = ">=3.9" +-license = "MIT" ++license = {file = "LICENSE-MIT"} + keywords = ["http", "gevent", "client"] + authors = [{name = "Antonin Amand", email = "antonin.amand@gmail.com"}] + classifiers = [ |