From 34d4e60a281f3afd349144e9d084cd5054df7bf7 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Sat, 27 Oct 2018 19:54:22 +0200 Subject: [PATCH] setup: fixed issue #359 (bug when importing log_helper) --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', -- libgit2 0.21.4