We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb2844 commit 4674c3dCopy full SHA for 4674c3d
.travis.yml
@@ -32,6 +32,7 @@ deploy:
32
user: CoryDolphin
33
password:
34
secure: c/z1OYmniNlJ7F7G+TipOlJfVLCEz0F09JCJJ4+TPB/DTxajxarMEygX/LrvBOLvbe1EvAKO9p/SOagAul00YXU/rb2i1k1tJnKF2A6KKSLOsZbTcGWNcInOaLKql4Cv8Ts1cOfMiTVHBQLR+1FCw+IuZ44N+KhF0tsFOejEmRc=
35
+ distributions: "sdist bdist_wheel"
36
on:
37
tags: true
38
repo: corydolphin/flask-cors
setup.cfg
@@ -0,0 +1,2 @@
1
+[bdist_wheel]
2
+universal = true
0 commit comments