Skip to content

Commit cbb1f60

Browse files
FloLeyclaude
andcommitted
Revert license to string format for PEP 621 compliance
The license field should be a simple string "MIT" rather than a table {text = "MIT"} to satisfy setuptools validation requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 76d867e commit cbb1f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "Florent Lejoly", email = "florent.lejoly@gmail.com"}
1212
]
1313
readme = "README.md"
14-
license = {text = "MIT"}
14+
license = "MIT"
1515
license-files = ["LICENSE"]
1616
classifiers = [
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)