Skip to content
Snippets Groups Projects
Commit 99a55355 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

PEP8 E501

parent 286ff463
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,8 @@ setup_dict = {'name': 'navipy', ...@@ -29,7 +29,8 @@ setup_dict = {'name': 'navipy',
'description': 'Insect Navigation Toolbox', 'description': 'Insect Navigation Toolbox',
'packages': create_package_list("navipy"), 'packages': create_package_list("navipy"),
'requires': ['numpy', 'pandas', 'matplotlib', 'scipy'], 'requires': ['numpy', 'pandas', 'matplotlib', 'scipy'],
'install_requires': ["numpy", 'pandas', 'matplotlib', 'scipy', 'sphinx_rtd_theme', 'pydot'], 'install_requires': ["numpy", 'pandas', 'matplotlib', 'scipy',
'sphinx_rtd_theme'],
'package_data': {'navipy': ['resources/database.db']}, 'package_data': {'navipy': ['resources/database.db']},
'include_package_data': True, } 'include_package_data': True, }
......
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