Skip to content

Commit

Permalink
Remove universal support on the wheel (#655)
Browse files Browse the repository at this point in the history
Now that Bandit is Py3 only, it should be considered a "Pure-Python
Wheel" instead of a "Universal". Further information can be found
here: https://realpython.com/python-wheels/#specifying-a-universal-wheel

Fixes #654

Signed-off-by: Eric Brown <browne@vmware.com>

Co-authored-by: Luke Hinds <7058938+lukehinds@users.noreply.github.com>
  • Loading branch information
ericwb and lukehinds committed Dec 7, 2020
1 parent a202418 commit efa623e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,3 @@ source-dir = doc/source
autodoc_tree_index_modules = True
autodoc_tree_excludes =
examples*

[bdist_wheel]
universal = 1

0 comments on commit efa623e

Please sign in to comment.