diff options
Diffstat (limited to '')
-rw-r--r-- | www/py-pyjwt/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-pyjwt/files/patch-pyproject.toml b/www/py-pyjwt/files/patch-pyproject.toml new file mode 100644 index 000000000000..9eae71010c8f --- /dev/null +++ b/www/py-pyjwt/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-11-28 03:40:50 UTC ++++ pyproject.toml +@@ -35,7 +35,7 @@ keywords = [ + "token", + "web", + ] +-name = "PyJWT" ++name = "pyjwt" + requires-python = ">=3.9" + + [project.license] |