From f0ef17174bee15e42f371db1a7cd36f80386c52b Mon Sep 17 00:00:00 2001 From: MastaDisasta Date: Wed, 10 Dec 2014 23:09:22 +0000 Subject: [PATCH] setup.py change OleFileIO_PL to olefile --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e79887f..fd09918 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ classifiers=[ packages=[ "oletools", 'oletools.thirdparty', - 'oletools.thirdparty.OleFileIO_PL', + 'oletools.thirdparty.olefile', 'oletools.thirdparty.easygui', 'oletools.thirdparty.xxxswf', ] @@ -138,7 +138,7 @@ package_data={ + rglob('oletools/doc', 'doc', '*.md') + rglob('oletools/doc', 'doc', '*.png'), - 'oletools.thirdparty.OleFileIO_PL': [ + 'oletools.thirdparty.olefile': [ 'README.txt', 'LICENSE.txt', ], -- libgit2 0.21.4