Browse Source

dist: Add PACKAGE_DATA_DIRS entry for pytz zoneinfo database

rdb 4 years ago
parent
commit
17341b18ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/dist/commands.py

+ 1 - 0
direct/src/dist/commands.py

@@ -112,6 +112,7 @@ PACKAGE_DATA_DIRS = {
         ('cefpython3/Chromium Embedded Framework.framework/Resources', 'Chromium Embedded Framework.framework/Resources', {}),
         ('cefpython3/Chromium Embedded Framework.framework/Chromium Embedded Framework', '', {'PKG_DATA_MAKE_EXECUTABLE'}),
     ],
+    'pytz': [('pytz/zoneinfo/*', 'zoneinfo', ())],
 }
 
 # Some dependencies have extra directories that need to be scanned for DLLs.