Skip to content

Commit 149ac3e

Browse files
authored
Merge pull request #180 from cloudblue/fix_exclude_zoneinfo
Fix mispelled library name in excludes
2 parents f2f399c + feda581 commit 149ac3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/generate_pynsist_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
RES_DIR = os.path.abspath(os.path.dirname(__file__))
1515

16-
EXCLUDED_PACKAGES = ['uvloop', 'backports.zoneinfo']
16+
EXCLUDED_PACKAGES = ['uvloop', 'backports-zoneinfo']
1717

1818

1919
@contextlib.contextmanager

0 commit comments

Comments
 (0)