Skip to content

Commit

Permalink
fix: correct license formatting in 'pyproject.toml'
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Gaikwad <[email protected]>
  • Loading branch information
gaikwadabhishek committed Feb 6, 2025
1 parent 61de516 commit f98c503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authors = [
description = "Client-side APIs to access and utilize clusters, buckets, and objects on AIStore."
readme = "README.md"
requires-python = ">=3.8"
license = MIT
license = "MIT"

classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit f98c503

Please sign in to comment.