Commit da40d50c717ea7b5b4c5c82d20c4387fbe2b7f5c

Authored by ccarmony
1 parent 8e1d23d7

Added zipfile27 package to setup.py

Showing 1 changed file with 4 additions and 0 deletions
setup.py
... ... @@ -80,6 +80,7 @@ packages=[
80 80 'oletools.thirdparty.pyparsing',
81 81 'oletools.thirdparty.colorclass',
82 82 'oletools.thirdparty.tablestream',
  83 + 'oletools.thirdparty.zipfile27',
83 84 ]
84 85 ##setupdir = '.'
85 86 ##package_dir={'': setupdir}
... ... @@ -180,6 +181,9 @@ package_data={
180 181 'oletools.thirdparty.colorclass': [
181 182 'LICENSE.txt',
182 183 ],
  184 + 'oletools.thirdparty.zipfile27': [
  185 + 'LICENSE.txt',
  186 + ],
183 187 # 'oletools.thirdparty.tablestream': [
184 188 # 'LICENSE', 'README',
185 189 # ],
... ...