瀏覽代碼

Add issue URL

Closes gh-171
Thomas Kluyver 6 年之前
父節點
當前提交
0b666f7054
共有 1 個文件被更改,包括 1 次插入0 次删除
  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():