summaryrefslogtreecommitdiff
path: root/www/py-pyjwt/files/patch-pyproject.toml
blob: 9eae71010c8f9ed77eee0cf99d4505342715d829 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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]