Skip to content

Commit

Permalink
Add JLab classifiers and remove python dep (#51)
Browse files Browse the repository at this point in the history
* Add JLab classifiers and remove python dep

* Bump to 3.5.0
  • Loading branch information
fcollonval authored Apr 18, 2022
1 parent e80c141 commit cd583aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jlab-enhanced/cell-toolbar",
"version": "3.4.2",
"version": "3.5.0",
"description": "A cell toolbar for JupyterLab.",
"keywords": [
"jupyter",
Expand Down
14 changes: 8 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,26 @@
long_description= long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
install_requires=[
"jupyterlab>=3.0.0rc13,==3.*",
"packaging"
],
install_requires=[],
zip_safe=False,
include_package_data=True,
python_requires=">=3.6",
python_requires=">=3.7",
license="BSD-3-Clause",
platforms="Linux, Mac OS X, Windows",
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
classifiers=[
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: 3",
"Framework :: Jupyter :: JupyterLab :: Extensions",
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
],
)

Expand Down

0 comments on commit cd583aa

Please sign in to comment.