Skip to content

Commit

Permalink
Prebuild setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Sep 2, 2022
1 parent d151fb0 commit a2e57f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions prebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ def generate_setup_cfg() -> None:
output['options.packages.find'] = {
'include': ", ".join(config['tool']['setuptools']['packages']['find']['include'])
}
output['bdist_wheel'] = {
'universal': "1",
}

with open("setup.cfg", 'w') as fh:
output.write(fh)
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@ test_suite = tests
[options.packages.find]
include = pathspec, pathspec.*

[bdist_wheel]
universal = 1

0 comments on commit a2e57f1

Please sign in to comment.