Remove universal wheel, python 2 is unsupported (#1005)

This commit is contained in:
gopackgo90 2022-08-15 01:24:32 -05:00 committed by GitHub
parent a2c1275d1b
commit f7d64c0190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -143,5 +143,4 @@ if __name__ == "__main__":
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
include_package_data=True,
options={"bdist_wheel": {"universal": "1"}},
)