This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Merge remote-tracking branch 'origin/wheels'
totalwebcasting
Philipp Hagemeister
11 years ago
parent
ff14fc4964
4056ad8f36
commit
6f50f63382
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
devscripts/release.sh
+2
-0
setup.cfg
+ 1
- 1
devscripts/release.sh
View File
@ -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!"
+ 2
- 0
setup.cfg
View File
@ -0,0 +1,2 @@
[wheel]
universal
=
True
Write
Preview
Loading…
Cancel
Save