Skip to content

Commit 438c8fb

Browse files
committed
Rename the extra for non-GPL format support in the pyproject.toml
We're still waiting on the upstream fix for #962 which will allow installing the extra with either form, but as-is, this is technically not valid in a pyproject.toml (and is throwing some schemastore errors) because keys here have to use hyphens, not underscores. See https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#dependencies-optional-dependencies
1 parent 71087fc commit 438c8fb

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
@@ -52,7 +52,7 @@ format = [
5252
"uri_template",
5353
"webcolors>=1.11",
5454
]
55-
format_nongpl = [
55+
format-nongpl = [
5656
"fqdn",
5757
"idna",
5858
"isoduration",

0 commit comments

Comments
 (0)