Commit da40d50c717ea7b5b4c5c82d20c4387fbe2b7f5c
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,6 +80,7 @@ packages=[ | ||
| 80 | 'oletools.thirdparty.pyparsing', | 80 | 'oletools.thirdparty.pyparsing', |
| 81 | 'oletools.thirdparty.colorclass', | 81 | 'oletools.thirdparty.colorclass', |
| 82 | 'oletools.thirdparty.tablestream', | 82 | 'oletools.thirdparty.tablestream', |
| 83 | + 'oletools.thirdparty.zipfile27', | ||
| 83 | ] | 84 | ] |
| 84 | ##setupdir = '.' | 85 | ##setupdir = '.' |
| 85 | ##package_dir={'': setupdir} | 86 | ##package_dir={'': setupdir} |
| @@ -180,6 +181,9 @@ package_data={ | @@ -180,6 +181,9 @@ package_data={ | ||
| 180 | 'oletools.thirdparty.colorclass': [ | 181 | 'oletools.thirdparty.colorclass': [ |
| 181 | 'LICENSE.txt', | 182 | 'LICENSE.txt', |
| 182 | ], | 183 | ], |
| 184 | + 'oletools.thirdparty.zipfile27': [ | ||
| 185 | + 'LICENSE.txt', | ||
| 186 | + ], | ||
| 183 | # 'oletools.thirdparty.tablestream': [ | 187 | # 'oletools.thirdparty.tablestream': [ |
| 184 | # 'LICENSE', 'README', | 188 | # 'LICENSE', 'README', |
| 185 | # ], | 189 | # ], |