Skip to content

Commit 380b458

Browse files
committed
Enable universal wheel creation on release
1 parent d5db51e commit 380b458

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ source = morepath
1111

1212
[coverage:report]
1313
show_missing = True
14+
15+
[zest.releaser]
16+
create-wheel = yes
17+
18+
[bdist_wheel]
19+
universal = 1

0 commit comments

Comments
 (0)