diff --git a/pyproject.toml b/pyproject.toml index ed6685c..8815770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,13 @@ build-backend = "hatchling.build" [project] name = "jupyterlab_mol_visualizer" readme = "README.md" +keywords = [ + 'jupyter', + 'jupyterlab', + 'anywidget', + 'osscar', + 'extension', +] license = { file = "LICENSE" } requires-python = ">=3.8" classifiers = [