youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 6f50f63382d2fbf0fddc59de07b9843b82123990
parent ff14fc496401b3318339e108f3db2825622c44c3
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 17 Mar 2014 14:31:22 +0100

Merge remote-tracking branch 'origin/wheels'

Diffstat:
Mdevscripts/release.sh | 2+-
Asetup.cfg | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -97,7 +97,7 @@ rm -rf build make pypi-files echo "Uploading to PyPi ..." -python setup.py sdist upload +python setup.py sdist bdist_wheel upload make clean /bin/echo -e "\n### DONE!" diff --git a/setup.cfg b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = True