File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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 ." ,
5
5
"keywords" : [
6
6
" jupyter" ,
7
7
" jupyterlab" ,
8
- " jupyterlab-extension"
8
+ " jupyterlab-extension" ,
9
+ " fairly"
9
10
],
10
11
"homepage" : " https://github.com/ITC-CRIB/JupyterFAIR" ,
11
12
"bugs" : {
12
13
"url" : " https://github.com/ITC-CRIB/JupyterFAIR/issues"
13
14
},
14
- "license" : " BSD-3-Clause " ,
15
+ "license" : " MIT License " ,
15
16
"author" : {
16
17
"name" : " JupyterFAIR Team" ,
17
18
"email" : " m.g.garciaalvarez@tudelft.nl"
Original file line number Diff line number Diff line change 63
63
"python-dotenv==0.20.0" ,
64
64
'pytest==7.1.2' ,
65
65
"jupyter-packaging==0.12.0" ,
66
- "nodejs==0.1.1"
66
+ "nodejs==0.1.1" ,
67
+ "fairly==0.2.1"
67
68
],
68
69
zip_safe = False ,
69
70
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments