Skip to content

Commit

Permalink
correct pypi classifier string
Browse files Browse the repository at this point in the history
  • Loading branch information
minhkhul committed Sep 12, 2024
1 parent 22a30f1 commit 80120f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _delphi_utils_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion _template_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80120f3

Please sign in to comment.