diff --git a/setup.py b/setup.py
index 204b0a22e7d0ecc9bd82d880be589051e5efb4d3..44a825b4f8ffaadd5a8d785c990ddd79d06cb243 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ _AmptekHardwareInterface = Extension("_AmptekHardwareInterface",
 # NumyTypemapTests setup
 setup(  name        = "AmptekHardwareInterface function",
         description = "Implementation of the Amptek DP5 Protocol",
-
+        scripts     = ["python/AmptekPX5.py"],
         author      = "Christian Koernig",
         version     = "0.1",
         ext_modules = [_AmptekHardwareInterface]