Skip to content

Commit f2f399c

Browse files
authored
Merge pull request #179 from cloudblue/exclude_backports_zoneinfo_win_build
Exclude backports.zoneinfo from windows build
2 parents 41adf78 + 26d545a commit f2f399c

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']
16+
EXCLUDED_PACKAGES = ['uvloop', 'backports.zoneinfo']
1717

1818

1919
@contextlib.contextmanager

0 commit comments

Comments
 (0)