Browse Source

Add issue URL

Closes gh-171
Thomas Kluyver 6 years ago
parent
commit
0b666f7054
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nsist/wheels.py

+ 1 - 0
nsist/wheels.py

@@ -243,6 +243,7 @@ def extract_wheel(whl_file, target_dir, exclude=None):
             # on the default installation layout. It doesn't look like it will
             # change, so in the best tradition of packaging, we'll work around
             # the workaround.
+            # https://github.com/takluyver/pynsist/issues/171
             # This is especially ugly because we do a case-insensitive match,
             # regardless of the filesystem.
             if (p / 'data').is_dir():