From a6d9452fba589b10e3485602c1ce373d00232c45 Mon Sep 17 00:00:00 2001 From: Sébastien Larinier Date: Tue, 12 Dec 2017 11:39:11 +0100 Subject: [PATCH] change setup.py to have mraptor3 in cli tools --- setup.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/setup.py b/setup.py index fc28acd..26351d8 100644 --- a/setup.py +++ b/setup.py @@ -272,6 +272,7 @@ entry_points = { 'console_scripts': [ 'ezhexviewer=oletools.ezhexviewer:main', 'mraptor=oletools.mraptor:main', + 'mraptor3=oletools.mraptor3:main', 'olebrowse=oletools.olebrowse:main', 'oledir=oletools.oledir:main', 'oleid=oletools.oleid:main', -- libgit2 0.21.4