Skip to content

Commit

Permalink
Merge pull request #841 from hugovk/rm-universal
Browse files Browse the repository at this point in the history
Don't build universal wheels for Python 3-only
  • Loading branch information
Julian authored Sep 28, 2021
2 parents dbda4f7 + 3da1fcf commit f91f3ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ _cache
_static
_templates

*.egg-info/
build
dist

TODO
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ console_scripts =
[options.package_data]
jsonschema = schemas/*.json, schemas/*/*.json

[bdist_wheel]
universal = 1

[flake8]
inline-quotes = "
exclude =
Expand Down

0 comments on commit f91f3ec

Please sign in to comment.