Browse Source

Merge pull request #55 from cachitas/master

Make Python version not mandatory
Thomas Kluyver 9 years ago
parent
commit
502b15072b
1 changed files with 1 additions and 1 deletions
  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),
     ]),