From d66f64af3d681fda00effa5c54f9d3bab73043c3 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Mon, 8 Feb 2016 23:15:40 +0100 Subject: [PATCH] updated setup and license for v0.42 --- oletools/LICENSE.txt | 2 +- setup.py | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/oletools/LICENSE.txt b/oletools/LICENSE.txt index 6d1ac3d..4b9f629 100644 --- a/oletools/LICENSE.txt +++ b/oletools/LICENSE.txt @@ -3,7 +3,7 @@ LICENSE for the python-oletools package: This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files published with their own license. -The python-oletools package is copyright (c) 2012-2015 Philippe Lagadec (http://www.decalage.info) +The python-oletools package is copyright (c) 2012-2016 Philippe Lagadec (http://www.decalage.info) All rights reserved. diff --git a/setup.py b/setup.py index 902f83c..78ca37f 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ to install this package. # 2015-02-08 v0.08: - added DridexUrlDecoder # 2015-03-23 v0.09: - updated description and classifiers, added shebang line # 2015-06-16 v0.10: - added pyparsing +# 2016-02-08 v0.42: - added colorclass, tablestream #--- TODO --------------------------------------------------------------------- @@ -76,6 +77,8 @@ packages=[ 'oletools.thirdparty.xglob', 'oletools.thirdparty.DridexUrlDecoder', 'oletools.thirdparty.pyparsing', + 'oletools.thirdparty.colorclass', + 'oletools.thirdparty.tablestream', ] ##setupdir = '.' ##package_dir={'': setupdir} @@ -173,6 +176,12 @@ package_data={ 'oletools.thirdparty.pyparsing': [ 'LICENSE', 'README', ], + 'oletools.thirdparty.colorclass': [ + 'LICENSE.txt', + ], + # 'oletools.thirdparty.tablestream': [ + # 'LICENSE', 'README', + # ], } -- libgit2 0.21.4