We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bb2c7 commit de1ceb8Copy full SHA for de1ceb8
setup.cfg
setup.py
@@ -72,4 +72,5 @@ def get_file_text(file_name):
72
"Programming Language :: Python :: 3.9",
73
"Topic :: Software Development :: Libraries :: Python Modules",
74
],
75
+ options={"bdist_wheel": {"universal": "1"}},
76
)
0 commit comments