Skip to content

Commit 929a4f8

Browse files
authored
Merge pull request #67 from ITC-CRIB/release/v0.1.0
Release/v0.2.0.b.1
2 parents 07a19a0 + 7482f06 commit 929a4f8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

jupyterfair/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "jupyterfair",
3-
"version": "0.1.2",
4-
"description": "a tool for seamless integration of Jupyter-based research environments and research data repositories.",
3+
"version": "0.2.0-beta.1",
4+
"description": "a tool for seamless integration of Jupyter-based research environments and research data repositories based on the fairly package.",
55
"keywords": [
66
"jupyter",
77
"jupyterlab",
8-
"jupyterlab-extension"
8+
"jupyterlab-extension",
9+
"fairly"
910
],
1011
"homepage": "https://github.com/ITC-CRIB/JupyterFAIR",
1112
"bugs": {
1213
"url": "https://github.com/ITC-CRIB/JupyterFAIR/issues"
1314
},
14-
"license": "BSD-3-Clause",
15+
"license": "MIT License",
1516
"author": {
1617
"name": "JupyterFAIR Team",
1718
"email": "m.g.garciaalvarez@tudelft.nl"

jupyterfair/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
"python-dotenv==0.20.0",
6464
'pytest==7.1.2',
6565
"jupyter-packaging==0.12.0",
66-
"nodejs==0.1.1"
66+
"nodejs==0.1.1",
67+
"fairly==0.2.1"
6768
],
6869
zip_safe=False,
6970
include_package_data=True,

0 commit comments

Comments
 (0)