From 91f84567cedc1349da660dcf7295b1d57207669d Mon Sep 17 00:00:00 2001
From: Christian Koernig <ckoernig@mail.desy.de>
Date: Fri, 13 Mar 2020 10:46:58 +0100
Subject: [PATCH] Added tango server to setup script

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 204b0a2..44a825b 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]
-- 
GitLab