fix pyproject.toml license

This commit is contained in:
Jay Lee 2025-02-06 14:27:49 -05:00 committed by GitHub
parent 352845e482
commit d4932c9d39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "Apache License 2.0"
license = {text = "Apache License (2.0)"}
license-files = ["LICEN[CS]E*"]
[project.urls]