Skip to content

Commit

Permalink
Merge pull request #463 from collective/maurits-no-universal-wheel
Browse files Browse the repository at this point in the history
Do not create a universal wheel for the release.
  • Loading branch information
niccokunzmann committed Oct 20, 2022
2 parents 68b1804 + 54bfd79 commit 68dc8b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -7,10 +7,9 @@ ignore =

[zest.releaser]
python-file-with-version = src/icalendar/__init__.py
create-wheel = yes

[bdist_wheel]
universal = 1
universal = 0

[metadata]
license_files = LICENSE.rst
Expand Down

0 comments on commit 68dc8b1

Please sign in to comment.