Browse Source

Make Python version not mandatory

Hugo Cachitas 9 năm trước cách đây
mục cha
commit
1296562e3b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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),
     ]),