From 097c94435357c53a1885248e70fc61982ee84183 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 23 Mar 2022 15:56:30 +0100
Subject: [PATCH] L2SS-703: Avoid / in paths to allow installations on Windows

---
 tangostationcontrol/setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tangostationcontrol/setup.cfg b/tangostationcontrol/setup.cfg
index 1d52727f7..971f55af7 100644
--- a/tangostationcontrol/setup.cfg
+++ b/tangostationcontrol/setup.cfg
@@ -24,12 +24,12 @@ classifier =
 
 [options]
 package_dir=
-    =./
+    =.
 packages=find:
 python_requires = >=3.7
 
 [options.packages.find]
-where=./
+where=.
 
 [options.entry_points]
 console_scripts =
-- 
GitLab