From: Joshua Roesslein Date: Mon, 1 Dec 2014 01:23:09 +0000 (-0600) Subject: Distribute Python Wheels X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f89966372ebaf81896c9151d32b2e26569422898;p=tweepy.git Distribute Python Wheels --- diff --git a/.travis.yml b/.travis.yml index 19d713d..f3297f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 index 0000000..2a9acf1 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1