Skip to content
Snippets Groups Projects
Commit 41adb8db authored by Stefan Hendricks's avatar Stefan Hendricks :office:
Browse files

Update setup.py

parent 8cdcd152
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,9 @@ setup( ...@@ -34,6 +34,9 @@ setup(
url='', url='',
license=license_content, license=license_content,
install_requires=requirements, install_requires=requirements,
dependency_links = [
"git+git://gitlab.awi.de/floenavi/icedrift@master#egg=icedrift",
],
packages=find_packages(exclude=('tests', 'docs')), packages=find_packages(exclude=('tests', 'docs')),
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