Explorar o código

setup.py: Make sure the setuptools_available variable is set

Otherwise it would crash if it can't import setuptools.
Jaime Marquínez Ferrándiz %!s(int64=12) %!d(string=hai) anos
pai
achega
369a759acc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      setup.py

+ 1 - 0
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