We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d151fb0 commit a2e57f1Copy full SHA for a2e57f1
prebuild.py
@@ -61,9 +61,6 @@ def generate_setup_cfg() -> None:
61
output['options.packages.find'] = {
62
'include': ", ".join(config['tool']['setuptools']['packages']['find']['include'])
63
}
64
- output['bdist_wheel'] = {
65
- 'universal': "1",
66
- }
67
68
with open("setup.cfg", 'w') as fh:
69
output.write(fh)
setup.cfg
@@ -34,6 +34,3 @@ test_suite = tests
34
[options.packages.find]
35
include = pathspec, pathspec.*
36
37
-[bdist_wheel]
38
-universal = 1
39
-
0 commit comments