Skip to content

Commit 5c72cbd

Browse files
authored
Correct pypi classifier string (#2055)
1 parent 22a30f1 commit 5c72cbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_delphi_utils_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
1515
"Programming Language :: Python :: 3.8",
16-
"License :: MIT",
16+
"License :: OSI Approved :: MIT License",
1717
]
1818
dependencies = [
1919
"boto3",

_template_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
1515
"Programming Language :: Python :: 3.8",
16-
"License :: MIT",
16+
"License :: OSI Approved :: MIT License",
1717
]
1818
dependencies = [
1919
"delphi-utils",

0 commit comments

Comments
 (0)