Explorar o código

Add issue URL

Closes gh-171
Thomas Kluyver %!s(int64=6) %!d(string=hai) anos
pai
achega
0b666f7054
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
             # on the default installation layout. It doesn't look like it will
             # change, so in the best tradition of packaging, we'll work around
             # change, so in the best tradition of packaging, we'll work around
             # the workaround.
             # the workaround.
+            # https://github.com/takluyver/pynsist/issues/171
             # This is especially ugly because we do a case-insensitive match,
             # This is especially ugly because we do a case-insensitive match,
             # regardless of the filesystem.
             # regardless of the filesystem.
             if (p / 'data').is_dir():
             if (p / 'data').is_dir():