Skip to content

Commit 512f95b

Browse files
RustyBowerclaude
andcommitted
Fix license field format for Python 3.8 compatibility
Use table format {text = "MIT"} instead of SPDX string "MIT" to support older setuptools versions on Python 3.8. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ed4cd8b commit 512f95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "sopel-weather"
1111
version = "2.0.0"
1212
description = "A weather lookup plugin for Sopel IRC bots"
1313
readme = "README.md"
14-
license = "MIT"
14+
license = {text = "MIT"}
1515
requires-python = ">=3.8"
1616
authors = [
1717
{ name = "Rusty Bower", email = "rusty@rustybower.com" },

0 commit comments

Comments
 (0)