summaryrefslogtreecommitdiff
path: root/devel/py-geventhttpclient/files/patch-pyproject.toml
blob: 6e7667f5fbf9a2231b73e111c51b32cc13cd3f26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 = [