Skip to content

Commit

Permalink
Drop universal wheel config
Browse files Browse the repository at this point in the history
Since Python 2 is not supported any more, a pure Python wheel is more
appropriate.
  • Loading branch information
nsoranzo committed May 12, 2024
1 parent 49a5fd6 commit c2ff1c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[bdist_wheel]
universal = 1

[flake8]
exclude =
.eggs
Expand Down Expand Up @@ -63,6 +60,7 @@ strict_equality = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_unreachable = True

[mypy-bioblend._tests.*]
disallow_untyped_defs = False
# Allow testing that a function return value is None
Expand Down

0 comments on commit c2ff1c3

Please sign in to comment.