We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1799b commit a9b2142Copy full SHA for a9b2142
.travis.yml
@@ -41,5 +41,6 @@ deploy:
41
user: gijzelaerr
42
password:
43
secure: I4bmfyVLt/A5bvP6AmucK6YCWcaiMtfuF3HZL2snhddqJhnBRQkO7MhgZ5xk3Fdheq6/Rlwk8obsMdGsKKPzGx6bHvCE5RXTIRhZNCrotwpdU0FNg0fBUcmOS981YaHxpZEDmBD7KjaZdOo5SpTyAyLp7rUl4RVvDu9vqICLlGk=
44
+ distributions: "sdist bdist_wheel"
45
on:
46
tags: true
setup.cfg
@@ -0,0 +1,2 @@
1
+[bdist_wheel]
2
+universal=1
0 commit comments