Skip to content

Commit

Permalink
Use keywords from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 30, 2021
1 parent 429784e commit 16bd910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
include_package_data=True,
python_requires=">=3.6",
platforms="Linux, Mac OS X, Windows",
keywords=["Jupyter", "JupyterLab", "JupyterLab3"],
keywords=pkg_json["keywords"],
classifiers=[
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
Expand Down

0 comments on commit 16bd910

Please sign in to comment.