Skip to content

Commit 08fbfa4

Browse files
Fix license field format in pyproject.toml for older setuptools compatibility
Use {text = "MIT"} table format instead of bare string, which older setuptools on Python 3.8 CI runners cannot parse. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7b78c63 commit 08fbfa4

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 = "StatsPAI"
77
version = "0.1.0"
88
description = "The AI-powered Statistics & Econometrics Toolkit for Python"
99
readme = "README.md"
10-
license = "MIT"
10+
license = {text = "MIT"}
1111
authors = [
1212
{name = "Bryce Wang", email = "bryce@copaper.ai"}
1313
]

0 commit comments

Comments
 (0)