Merge pull request #45 from HideyoshiNakazone/chore/fixes-license-pyproject

chore: fixes license in pyproject - no change was made
This commit was merged in pull request #45.
This commit is contained in:
2025-09-12 11:36:55 -03:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
license = { file = "LICENSE" }
license = "MIT"
readme = "README.md"
# Project Dependencies