Distribute Python Wheels
authorJoshua Roesslein <jroesslein@opengov.com>
Mon, 1 Dec 2014 01:23:09 +0000 (19:23 -0600)
committerJoshua Roesslein <jroesslein@opengov.com>
Mon, 1 Dec 2014 01:23:09 +0000 (19:23 -0600)
.travis.yml
setup.cfg [new file with mode: 0644]

index 19d713db8a3ae58c7714a0b3b6d631f1b07c95f0..f3297f070fdc23d4587e7b153de77976b3768be6 100644 (file)
@@ -35,7 +35,7 @@ deploy:
   user: jroesslein
   password:
     secure: agApkjsKOSkFI6DiNydyW26r8ASFsTsFK/RHsV1F7CqoERoeAaRAehYy9EGW2Jn2aJzNlagDByfh5xNfClXuRh0GoEfOyjj5AmBm4hMrzc3bwsH+IPU3OQhQtS3aFGNmIkaz2Bz+Dcl5zTmV914N3mqcoGpyMtxyn1Hwc0Xgn6Q=
-  distributions: sdist bdist
+  distributions: sdist bdist_wheel
   on:
     repo: tweepy/tweepy
     branch: release
diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..2a9acf1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1