Skip to content

Commit

Permalink
Merge pull request #180 from cloudblue/fix_exclude_zoneinfo
Browse files Browse the repository at this point in the history
Fix mispelled library name in excludes
  • Loading branch information
ffaraone authored Nov 8, 2022
2 parents f2f399c + feda581 commit 149ac3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/generate_pynsist_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

EXCLUDED_PACKAGES = ['uvloop', 'backports.zoneinfo']
EXCLUDED_PACKAGES = ['uvloop', 'backports-zoneinfo']


@contextlib.contextmanager
Expand Down

0 comments on commit 149ac3e

Please sign in to comment.