Explorar el Código

Make Python version not mandatory

Hugo Cachitas hace 9 años
padre
commit
1296562e3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      nsist/configreader.py

+ 1 - 1
nsist/configreader.py

@@ -73,7 +73,7 @@ CONFIG_VALIDATORS = {
         ('exclude', False),
     ]),
     'Python': SectionValidator([
-        ('version', True),
+        ('version', False),
         ('bitness', False),
         ('format', False),
     ]),