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 'dcoppa/master'
rtmp_test
Philipp Hagemeister
12 years ago
parent
450a30cae8
a32b573ccb
commit
c7a725cfad
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
setup.py
+ 5
- 1
setup.py
View File
@ -2,10 +2,14 @@
# -*- coding: utf-8 -*-
from
__future__
import
print_function
from
distutils.core
import
setup
import
pkg_resources
import
sys
try
:
from
setuptools
import
setup
except
ImportError
:
from
distutils.core
import
setup
try
:
import
py2exe
"""
This will create an exe that needs Microsoft Visual C++ 2008 Redistributable Package
"""
Write
Preview
Loading…
Cancel
Save