Skip to content

Commit

Permalink
Remove universal support on the wheel (PyCQA#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 PyCQA#654

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

Co-authored-by: Luke Hinds <7058938+lukehinds@users.noreply.github.com>
  • Loading branch information
2 people authored and mikespallino committed Jan 7, 2022
1 parent f969fd4 commit bcc3a42
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 bcc3a42

Please sign in to comment.