Skip to content

Commit fbe2777

Browse files
burningcostclaude
andcommitted
fix: use license text instead of file reference in pyproject.toml
PEP 639 ambiguity causes setuptools to reject `license = { file = "LICENSE" }`. Changed to `license = { text = "MIT" }` which is universally accepted. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 75126e4 commit fbe2777

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
@@ -7,7 +7,7 @@ name = "insurance-spatial"
77
version = "0.2.3"
88
description = "BYM2 spatial territory ratemaking and conformal prediction intervals for UK personal lines insurance"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = { text = "MIT" }
1111
requires-python = ">=3.10"
1212
authors = [
1313
{ name = "Burning Cost", email = "pricing.frontier@gmail.com" },

0 commit comments

Comments
 (0)