Skip to content

Commit cd583aa

Browse files
authored
Add JLab classifiers and remove python dep (#51)
* Add JLab classifiers and remove python dep * Bump to 3.5.0
1 parent e80c141 commit cd583aa

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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": "@jlab-enhanced/cell-toolbar",
3-
"version": "3.4.2",
3+
"version": "3.5.0",
44
"description": "A cell toolbar for JupyterLab.",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,26 @@
4545
long_description= long_description,
4646
long_description_content_type="text/markdown",
4747
packages=setuptools.find_packages(),
48-
install_requires=[
49-
"jupyterlab>=3.0.0rc13,==3.*",
50-
"packaging"
51-
],
48+
install_requires=[],
5249
zip_safe=False,
5350
include_package_data=True,
54-
python_requires=">=3.6",
51+
python_requires=">=3.7",
5552
license="BSD-3-Clause",
5653
platforms="Linux, Mac OS X, Windows",
5754
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
5855
classifiers=[
5956
"License :: OSI Approved :: BSD License",
6057
"Programming Language :: Python",
6158
"Programming Language :: Python :: 3",
62-
"Programming Language :: Python :: 3.6",
6359
"Programming Language :: Python :: 3.7",
6460
"Programming Language :: Python :: 3.8",
61+
"Programming Language :: Python :: 3.9",
62+
"Programming Language :: Python :: 3.10",
6563
"Framework :: Jupyter",
64+
"Framework :: Jupyter :: JupyterLab",
65+
"Framework :: Jupyter :: JupyterLab :: 3",
66+
"Framework :: Jupyter :: JupyterLab :: Extensions",
67+
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
6668
],
6769
)
6870

0 commit comments

Comments
 (0)