chore: fixes license in pyproject - no change was made

This commit is contained in:
2025-09-12 11:36:11 -03:00
parent 002b75c53a
commit 53418f2b2b

View File

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