removing the zip option, this can be done with python setup.py bdist --format=zip
[youtube-dl] / __main__.py
1 #!/usr/bin/env python
2
3 import youtube_dl
4
5 if __name__ == '__main__':
6     youtube_dl.main()