Skip to content
Snippets Groups Projects
Commit 1378e664 authored by Jinglin Li's avatar Jinglin Li
Browse files

correct pep8 E501

parent c8f2bee2
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment