We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe3ae9 commit 3e45722Copy full SHA for 3e45722
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyterlab-tour",
3
- "version": "3.1.2",
+ "version": "3.1.3",
4
"description": "A JupyterLab UI Tour.",
5
"keywords": [
6
"jupyter",
setup.py
@@ -82,6 +82,10 @@
82
"Programming Language :: Python :: 3.7",
83
"Programming Language :: Python :: 3.8",
84
"Framework :: Jupyter",
85
+ "Framework :: Jupyter :: JupyterLab",
86
+ "Framework :: Jupyter :: JupyterLab :: 3",
87
+ "Framework :: Jupyter :: JupyterLab :: Extensions",
88
+ "Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
89
],
90
)
91
0 commit comments