Skip to content

Commit d96a36e

Browse files
committed
Fix license format for PEP 639 compliance
Change license = {text = "MIT"} to license = "MIT" (SPDX identifier) for consistency with other WAMP projects and PEP 639 compliance. Note: This work was completed with AI assistance (Claude Code).
1 parent 3928df9 commit d96a36e

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
@@ -8,7 +8,7 @@ version = "25.12.1"
88
description = "Crossbar.io Database - Core database access classes for Crossbar.io"
99
readme = "README.md"
1010
requires-python = ">=3.11"
11-
license = {text = "MIT"}
11+
license = "MIT"
1212
authors = [
1313
{name = "typedef int GmbH", email = "contact@typedefint.eu"}
1414
]

0 commit comments

Comments
 (0)