From: Hilko Bengen <bengen@debian.org>
Date: Fri, 20 Jun 2014 18:23:34 +0200
Subject: Install selected scripts

---
 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 987ca65..e20f3d8
--- a/setup.py
+++ b/setup.py
@@ -13,4 +13,5 @@ setup(name="python-evtx",
       author_email="willi.ballenthin@gmail.com",
       url="https://github.com/williballenthin/python-evtx",
       license="Apache 2.0 License",
-      packages=["Evtx"])
+      packages=["Evtx"],
+      scripts=["scripts/evtxdump.py", "scripts/evtxinfo.py"])
