From 32a1d88897a59dea519d1a0b178bc5ddf241aaec Mon Sep 17 00:00:00 2001 From: Dou Du Date: Sun, 26 May 2024 19:21:19 +0200 Subject: [PATCH] add keywords for the project --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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 = [