From 0dc52e9a71968b4496d595ac83fd0239725c1d07 Mon Sep 17 00:00:00 2001 From: Jinglin Li <jli@techfak.uni-bielefeld.de> Date: Fri, 16 Feb 2018 11:02:28 +0100 Subject: [PATCH] pep8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 104aab4..201168e 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup_dict = {'name': 'navipy', 'author_email': 'olivier.bertrand@uni-bielefeld.de', 'description': 'Insect Navigation Toolbox', 'packages': create_package_list("navipy"), - 'requires': ['numpy', 'pandas', 'matplotlib', 'scipy', - 'networkx'], + 'requires': ['numpy', 'pandas', 'matplotlib', 'scipy', + 'networkx'], 'install_requires': ["numpy", 'pandas', 'matplotlib', 'scipy', 'sphinx_rtd_theme', 'networkx'], 'package_data': {'navipy': ['resources/database.db', -- GitLab