Skip to content

Commit 7c99a27

Browse files
committed
Add section to setup.cfg so zest builds a wheel
1 parent 14a663c commit 7c99a27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ all =
5757
console_scripts =
5858
qr = qrcode.console_scripts:main
5959

60+
[bdist_wheel]
61+
# Having this section in here will trigger zest to build a wheel.
62+
universal = 0
63+
6064
[flake8]
6165
exclude =
6266
.tox

0 commit comments

Comments
 (0)