summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-07-29 10:44:34 +0300
committerJulian Berman <Julian@GrayVines.com>2022-07-29 10:44:34 +0300
commit438c8fb12546d761c7ce3cba7fe36057c11fe713 (patch)
treecd3e87c2ef9b0c1c1af2a19f8fa819862970e953 /pyproject.toml
parent71087fcd2d44efca0dd33aed7122bd166468e6ab (diff)
downloadjsonschema-438c8fb12546d761c7ce3cba7fe36057c11fe713.tar.gz
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
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6a278b7..b08c439 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,7 +52,7 @@ format = [
"uri_template",
"webcolors>=1.11",
]
-format_nongpl = [
+format-nongpl = [
"fqdn",
"idna",
"isoduration",