X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=setup.py;h=aa7cfca0862b1f4ba2cfd220fd570ca63bcfda7e;hb=d60703875307f969f84a8907a332adce7835c080;hp=f14f9637722e03aceb0aa96a9da1c65d91ef776e;hpb=ebc14f251c2968f4cb6cb18610b857ecb24348c8;p=youtube-dl diff --git a/setup.py b/setup.py index f14f96377..aa7cfca08 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ try: setuptools_available = True except ImportError: from distutils.core import setup + setuptools_available = False try: # This will create an exe that needs Microsoft Visual C++ 2008