From da40d50c717ea7b5b4c5c82d20c4387fbe2b7f5c Mon Sep 17 00:00:00 2001 From: ccarmony Date: Wed, 7 Dec 2016 08:46:31 -0800 Subject: [PATCH] Added zipfile27 package to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/setup.py b/setup.py index d3c42ad..edeb8d8 100755 --- a/setup.py +++ b/setup.py @@ -80,6 +80,7 @@ packages=[ 'oletools.thirdparty.pyparsing', 'oletools.thirdparty.colorclass', 'oletools.thirdparty.tablestream', + 'oletools.thirdparty.zipfile27', ] ##setupdir = '.' ##package_dir={'': setupdir} @@ -180,6 +181,9 @@ package_data={ 'oletools.thirdparty.colorclass': [ 'LICENSE.txt', ], + 'oletools.thirdparty.zipfile27': [ + 'LICENSE.txt', + ], # 'oletools.thirdparty.tablestream': [ # 'LICENSE', 'README', # ], -- libgit2 0.21.4