From 25d6f4805bc60370c4e24ae91de8cede521ee968 Mon Sep 17 00:00:00 2001
From: "Olivier J.N. Bertrand" <bolirev@hotmail.com>
Date: Sat, 25 Nov 2017 23:10:55 +0100
Subject: [PATCH] Fix setup.py error

---
 setup.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index f3d9b43..0514db7 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,7 @@
 #!/usr/bin/env python
+""" setup.py for Insect Navigation Toolbox
+(called navipy)
 """
-setup.py for Insect Navigation Toolbox (called navipy)
-
-""
 from setuptools import setup, find_packages
 
 excluded = []
-- 
GitLab