summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-09-28 15:14:20 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-09-28 15:14:20 +0300
commit97057ed9ea25c22a51a1497f83df0300a337a2dc (patch)
treeeb7b54b3b89e0837e68da1d3b765b526b62a3920
parentdbda4f70119d7ae9f614d0b51aafabeb3f22c30e (diff)
downloadjsonschema-97057ed9ea25c22a51a1497f83df0300a337a2dc.tar.gz
No need to build universal wheels for Python 3-only
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 2da6547..81c4aa5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -56,9 +56,6 @@ console_scripts =
[options.package_data]
jsonschema = schemas/*.json, schemas/*/*.json
-[bdist_wheel]
-universal = 1
-
[flake8]
inline-quotes = "
exclude =