Skip to content

Commit

Permalink
Update license classifier in pyproject.toml
Browse files Browse the repository at this point in the history
Changed the license classifier from "MIT License" to "OSI Approved :: MIT License" for better compliance with PyPI standards. This ensures that the project metadata accurately reflects the licensing information.
  • Loading branch information
andoludo committed Sep 1, 2024
1 parent f5b4bf4 commit 76f8a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = [
"Programming Language :: Python",
"Typing :: Typed",
"Intended Audience :: Developers",
"License :: MIT License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 76f8a86

Please sign in to comment.