Skip to content

Commit a2e57f1

Browse files
committed
Prebuild setup.cfg
1 parent d151fb0 commit a2e57f1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

prebuild.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ def generate_setup_cfg() -> None:
6161
output['options.packages.find'] = {
6262
'include': ", ".join(config['tool']['setuptools']['packages']['find']['include'])
6363
}
64-
output['bdist_wheel'] = {
65-
'universal': "1",
66-
}
6764

6865
with open("setup.cfg", 'w') as fh:
6966
output.write(fh)

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@ test_suite = tests
3434
[options.packages.find]
3535
include = pathspec, pathspec.*
3636

37-
[bdist_wheel]
38-
universal = 1
39-

0 commit comments

Comments
 (0)