From d7842a84a9f2babe50d7e380948aefad084f6472 Mon Sep 17 00:00:00 2001
From: Florent Jaillet <florent.jaillet@lis-lab.fr>
Date: Thu, 26 Apr 2018 15:17:23 +0200
Subject: [PATCH] Correct shebang in setup.py

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

diff --git a/setup.py b/setup.py
index dd1f495..8cc0ef4 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# !/usr/bin/env python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 # ######### COPYRIGHT #########
 #
-- 
GitLab