Skip to content

Commit

Permalink
Remove universal wheel, python 2 is unsupported (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopackgo90 authored Aug 15, 2022
1 parent a2c1275 commit f7d64c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ def find_meta(meta):
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
include_package_data=True,
options={"bdist_wheel": {"universal": "1"}},
)

0 comments on commit f7d64c0

Please sign in to comment.