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

configure setups for pypi

parent d11d27f8
No related branches found
No related tags found
No related merge requests found
# Inside of setup.cfg
[metadata]
description-file = README.md
......@@ -42,6 +42,8 @@ setup_dict = {'name': 'navipy',
'author_email': 'olivier.bertrand@uni-bielefeld.de',
'description': 'Insect Navigation Toolbox',
'packages': create_package_list("navipy"),
'url': "https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/navipy.git",
'download_url': '',
'requires': ['numpy',
'pandas',
'matplotlib',
......
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