From 80120f32df6508376ed22a9e544aeb30b10750f9 Mon Sep 17 00:00:00 2001 From: minhkhul Date: Thu, 12 Sep 2024 17:35:49 -0400 Subject: [PATCH] correct pypi classifier string --- _delphi_utils_python/pyproject.toml | 2 +- _template_python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_delphi_utils_python/pyproject.toml b/_delphi_utils_python/pyproject.toml index f7f14e8c2..c47590a29 100644 --- a/_delphi_utils_python/pyproject.toml +++ b/_delphi_utils_python/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3.8", - "License :: MIT", + "License :: OSI Approved :: MIT License", ] dependencies = [ "boto3", diff --git a/_template_python/pyproject.toml b/_template_python/pyproject.toml index c29d9650e..2f84aaa00 100644 --- a/_template_python/pyproject.toml +++ b/_template_python/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3.8", - "License :: MIT", + "License :: OSI Approved :: MIT License", ] dependencies = [ "delphi-utils",