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 b550b01 commit ffa8a28Copy full SHA for ffa8a28
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hadim/jupyter-archive",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "A Jupyterlab extension to make, download and extract archive files.",
5
"keywords": [
6
"jupyter",
setup.py
@@ -79,6 +79,10 @@
79
"Programming Language :: Python :: 3.8",
80
"Programming Language :: Python :: 3.9",
81
"Framework :: Jupyter",
82
+ "Framework :: Jupyter :: JupyterLab",
83
+ "Framework :: Jupyter :: JupyterLab :: 3",
84
+ "Framework :: Jupyter :: JupyterLab :: Extensions",
85
+ "Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
86
],
87
)
88
0 commit comments