Skip to content

Commit f91f3ec

Browse files
authored
Merge pull request #841 from hugovk/rm-universal
Don't build universal wheels for Python 3-only
2 parents dbda4f7 + 3da1fcf commit f91f3ec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ _cache
22
_static
33
_templates
44

5+
*.egg-info/
6+
build
7+
dist
8+
59
TODO

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ console_scripts =
5656
[options.package_data]
5757
jsonschema = schemas/*.json, schemas/*/*.json
5858

59-
[bdist_wheel]
60-
universal = 1
61-
6259
[flake8]
6360
inline-quotes = "
6461
exclude =

0 commit comments

Comments
 (0)