Skip to content

Commit 3e45722

Browse files
authored
Add new classifiers and bump to 3.1.3 (#45)
* Add new classifiers * Bump to 3.1.3
1 parent bfe3ae9 commit 3e45722

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-tour",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "A JupyterLab UI Tour.",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
"Programming Language :: Python :: 3.7",
8383
"Programming Language :: Python :: 3.8",
8484
"Framework :: Jupyter",
85+
"Framework :: Jupyter :: JupyterLab",
86+
"Framework :: Jupyter :: JupyterLab :: 3",
87+
"Framework :: Jupyter :: JupyterLab :: Extensions",
88+
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
8589
],
8690
)
8791

0 commit comments

Comments
 (0)