From eca33055d173615cd4bf86e3224b7407351951bb Mon Sep 17 00:00:00 2001
From: "Simon Humpohl (Triton 200)" <simon.humpohl@rwth-aachen.de>
Date: Wed, 6 Sep 2017 15:51:07 +0200
Subject: [PATCH] Use setuptools for setup.py for develop install and better
 dependency handling

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

diff --git a/setup.py b/setup.py
index 03cffd0..5f2c3fd 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from distutils.core import setup
+from setuptools import setup
 
 setup(
     name='pytabor',
-- 
GitLab