From d1f62d2057b1d8ceaa882eec2503e18333ea2f1b Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Mon, 23 Mar 2015 19:41:57 +0100 Subject: [PATCH] setup.py: added shebang line, chmod +x --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 1786e2d..f08176d --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python """Installs oletools using distutils Run: @@ -13,7 +14,7 @@ to install this package. # 2014-08-27 v0.06: - added doc subfolder # 2015-01-05 v0.07: - added xglob, prettytable # 2015-02-08 v0.08: - added DridexUrlDecoder -# 2015-03-23 v0.09: - updated description and classifiers +# 2015-03-23 v0.09: - updated description and classifiers, added shebang line #--- TODO --------------------------------------------------------------------- -- libgit2 0.21.4