Commit a6d9452fba589b10e3485602c1ce373d00232c45
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 | 272 | 'console_scripts': [ |
| 273 | 273 | 'ezhexviewer=oletools.ezhexviewer:main', |
| 274 | 274 | 'mraptor=oletools.mraptor:main', |
| 275 | + 'mraptor3=oletools.mraptor3:main', | |
| 275 | 276 | 'olebrowse=oletools.olebrowse:main', |
| 276 | 277 | 'oledir=oletools.oledir:main', |
| 277 | 278 | 'oleid=oletools.oleid:main', | ... | ... |