We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b891f1 commit 8dd37b2Copy full SHA for 8dd37b2
setup.cfg
@@ -2,10 +2,10 @@
2
formats=gztar,zip
3
4
[wheel]
5
-universal=1
+universal=0
6
7
[bdist_wheel]
8
9
10
[flake8]
11
ignore = E501, C0301
tasks.py
@@ -85,7 +85,7 @@ def black(ctx):
85
@task(pre=[generatejs])
86
def build(ctx):
87
"""Generates dist tar ball"""
88
- ctx.run("python setup.py sdist")
+ ctx.run("python setup.py sdist bdist_wheel")
89
90
91
@task
0 commit comments