Skip to content

Commit

Permalink
fix license classifier error (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear authored Dec 26, 2024
1 parent 5bc956d commit 420f868
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 @@ -13,7 +13,7 @@ readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = []
Expand Down

0 comments on commit 420f868

Please sign in to comment.