Skip to content

Commit 57dc71a

Browse files
author
James Trageser (jtrag)
committed
fix: Use license = {file = 'LICENSE.md'} — hatchling requires table syntax
1 parent ff0c80d commit 57dc71a

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 @@ dynamic = ["version"]
88
description = "Core mathematics for the Nexus Resonance Codex (QRT, MST, TUPT, Phi)."
99
readme = "README.md"
1010
requires-python = ">=3.10"
11-
license = "NRC-L-2.0"
11+
license = {file = "LICENSE.md"}
1212
keywords = ["mathematics", "golden-ratio", "resonance", "quantum", "physics"]
1313
authors = [
1414
{ name = "James Trageser", email = "Nexus-Resonance-Codex@gmail.com" },

0 commit comments

Comments
 (0)