summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-09-28 09:09:02 -0400
committerGitHub <noreply@github.com>2021-09-28 09:09:02 -0400
commitf91f3ecd256418bed69b3772f6ee71c9dc4883ba (patch)
tree0de873a4406e0d2642ec2b1b09ae61c443b5b710
parentdbda4f70119d7ae9f614d0b51aafabeb3f22c30e (diff)
parent3da1fcf5a488a850f189d04db35316bb6d587abe (diff)
downloadjsonschema-f91f3ecd256418bed69b3772f6ee71c9dc4883ba.tar.gz
Merge pull request #841 from hugovk/rm-universal
Don't build universal wheels for Python 3-only
-rw-r--r--.gitignore4
-rw-r--r--setup.cfg3
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 31236db..0c4a6b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,8 @@ _cache
_static
_templates
+*.egg-info/
+build
+dist
+
TODO
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 =