From 83384d5ac7e59f9a5282fd5645d5984c6df11b6e Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Tue, 9 Aug 2022 15:53:27 +0000
Subject: [PATCH] L2SS-890: Add basic setup.py

---
 tangostationcontrol/setup.py | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 tangostationcontrol/setup.py

diff --git a/tangostationcontrol/setup.py b/tangostationcontrol/setup.py
new file mode 100644
index 000000000..b908cbe55
--- /dev/null
+++ b/tangostationcontrol/setup.py
@@ -0,0 +1,3 @@
+import setuptools
+
+setuptools.setup()
-- 
GitLab