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",