diff --git a/setup.py b/setup.py index 1ba475d..6e062cb 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ to install this package. # 2018-09-11 v0.54 PL: - olefile is now a dependency # 2018-09-15 PL: - easygui is now a dependency # 2018-09-22 PL: - colorclass is now a dependency +# 2018-10-27 PL: - fixed issue #359 (bug when importing log_helper) #--- TODO --------------------------------------------------------------------- @@ -46,7 +47,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.54dev2' +version = '0.54dev3' desc = "Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR" long_desc = open('oletools/README.rst').read() author = "Philippe Lagadec" @@ -81,6 +82,7 @@ classifiers=[ packages=[ "oletools", "oletools.common", + "oletools.common.log_helper", 'oletools.thirdparty', 'oletools.thirdparty.xxxswf', 'oletools.thirdparty.prettytable',