Commit 58582abd187bf66a6e7a2c832875675507b254dd

Authored by kgwinnup
Committed by Philippe Lagadec
1 parent d1c7e2ca

added olevba3 to exposed command line tools

Showing 1 changed file with 1 additions and 0 deletions
setup.py
... ... @@ -279,6 +279,7 @@ entry_points = {
279 279 'olemeta=oletools.olemeta:main',
280 280 'oletimes=oletools.oletimes:main',
281 281 'olevba=oletools.olevba:main',
  282 + 'olevba3=oletools.olevba3:main',
282 283 'pyxswf=oletools.pyxswf:main',
283 284 'rtfobj=oletools.rtfobj:main',
284 285 'oleobj=oletools.oleobj:main',
... ...