summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-08-04 19:22:29 -0400
committerJulian Berman <Julian@GrayVines.com>2019-08-04 19:22:29 -0400
commit055c7f6e70d2a463a8fc9a9bc50e4cb98900a5de (patch)
treed9812bc7006addc4d0ed177fb6fb53fdf3176e6b /setup.cfg
parent10bf4435c901842e116db5dd12d78e71459a1dcb (diff)
downloadjsonschema-055c7f6e70d2a463a8fc9a9bc50e4cb98900a5de.tar.gz
wheel -> bdist_wheel, since the former is apparently deprecated.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 7d56e5f..1a44846 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -52,5 +52,5 @@ exclude =
jsonschema/__init__.py
jsonschema/_reflect.py
-[wheel]
+[bdist_wheel]
universal = 1