From 64338cc5de152d8153ffe53a015694a1b9bde35e Mon Sep 17 00:00:00 2001 From: Sunny Rangnani Date: Fri, 7 Jun 2024 17:48:29 -0400 Subject: [PATCH] fix: license classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18f15ca..f985ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers=[ 'Topic :: Software Development :: Libraries :: Python Modules', # Pick your license as you wish (should match "license" above) - 'License :: OSI Approved :: MIT', + 'License :: OSI Approved :: MIT License', # Supported Languages 'Natural Language :: English',