Skip to content
Snippets Groups Projects
Commit 7bfa866a authored by Swen Vermeul's avatar Swen Vermeul
Browse files

Merge branch 'develop'

parents 0e1491fb 2dfdf6c8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@
- openBIS History ID support
## new in jupyter-openbis-extension 0.2.2
- fixed link to gitlab project
- fixed setup.py to force tornado=5.1.1
## new in jupyter-openbis-extension 0.2.1
......
......@@ -17,7 +17,7 @@ setup(
description='Extension for Jupyter notebooks to connect to openBIS and download/upload datasets, inluding the notebook itself',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://sissource.ethz.ch/sispub/jupyter-openbis-integration',
url='https://sissource.ethz.ch/sispub/jupyter-openbis-extension',
packages=find_packages(),
license='Apache Software License Version 2.0',
install_requires=[
......@@ -25,6 +25,7 @@ setup(
'jupyter',
'pybis>=1.8.4',
'numpy',
'tornado==5.1.1',
],
python_requires=">=3.3",
classifiers=[
......
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