Commit d1f62d2057b1d8ceaa882eec2503e18333ea2f1b

Authored by Philippe Lagadec
1 parent b4b61695

setup.py: added shebang line, chmod +x

Showing 1 changed file with 2 additions and 1 deletions
setup.py 100644 → 100755
  1 +#!/usr/bin/env python
1 2 """Installs oletools using distutils
2 3  
3 4 Run:
... ... @@ -13,7 +14,7 @@ to install this package.
13 14 # 2014-08-27 v0.06: - added doc subfolder
14 15 # 2015-01-05 v0.07: - added xglob, prettytable
15 16 # 2015-02-08 v0.08: - added DridexUrlDecoder
16   -# 2015-03-23 v0.09: - updated description and classifiers
  17 +# 2015-03-23 v0.09: - updated description and classifiers, added shebang line
17 18  
18 19 #--- TODO ---------------------------------------------------------------------
19 20  
... ...