@@ -18,6 +18,8 @@ keywords = []
1818
1919classifiers = [
2020 "Development Status :: 3 - Alpha",
21+ "Framework :: Jupyter",
22+ "Framework :: Jupyter :: JupyterLab",
2123 "Programming Language :: Python",
2224 "Programming Language :: Python :: Implementation :: CPython",
2325 "Programming Language :: Python :: Implementation :: PyPy",
@@ -26,6 +28,7 @@ classifiers = [
2628 "Programming Language :: Python :: 3.10",
2729 "Programming Language :: Python :: 3.11",
2830 "Programming Language :: Python :: 3.12",
31+ "Programming Language :: Python :: 3.13",
2932]
3033
3134dependencies = []
@@ -122,9 +125,11 @@ packages = ["{{module}}"]
122125[tool.hatch.build.hooks.jupyter-builder]
123126build-function = " hatch_jupyter_builder.npm_builder "
124127ensured-targets = [
128+ " {{module}} /nbextension /static /main.js " ,
125129 " {{module}} /labextension /package.json " ,
126130]
127131skip-if-exists = [
132+ " {{module}} /nbextension /static /main.js " ,
128133 " {{module}} /labextension /package.json " ,
129134]
130135dependencies = [
0 commit comments