From 169f54c17fb802528189287ccb7da60474adc564 Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Sat, 4 Jun 2022 11:00:50 +0100
Subject: [PATCH] minor changes

---
 setup.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/setup.py b/setup.py
index 092344582..db1e9f5a0 100644
--- a/setup.py
+++ b/setup.py
@@ -15,16 +15,9 @@ import distutils.command.build
 this_file = os.path.abspath(__file__)
 this_file_dir = os.path.dirname(this_file)
 
-
-#########
-
-
 ###
 REQUIRED_BINARY_C_VERSIONS = ["2.1.7", "2.2pre1", "2.2.0", "2.2.1"]
 
-
-
-
 ############################################################
 # Defining functionality
 ############################################################
-- 
GitLab