Commit a6d9452fba589b10e3485602c1ce373d00232c45

Authored by Sébastien Larinier
Committed by Philippe Lagadec
1 parent 58582abd

change setup.py to have mraptor3 in cli tools

Showing 1 changed file with 1 additions and 0 deletions
setup.py
@@ -272,6 +272,7 @@ entry_points = { @@ -272,6 +272,7 @@ entry_points = {
272 'console_scripts': [ 272 'console_scripts': [
273 'ezhexviewer=oletools.ezhexviewer:main', 273 'ezhexviewer=oletools.ezhexviewer:main',
274 'mraptor=oletools.mraptor:main', 274 'mraptor=oletools.mraptor:main',
  275 + 'mraptor3=oletools.mraptor3:main',
275 'olebrowse=oletools.olebrowse:main', 276 'olebrowse=oletools.olebrowse:main',
276 'oledir=oletools.oledir:main', 277 'oledir=oletools.oledir:main',
277 'oleid=oletools.oleid:main', 278 'oleid=oletools.oleid:main',