@@ -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 = []
@@ -79,6 +82,8 @@ ignore = [
7982 " python_template_jupyter/labextension/**" ,
8083 " python_template_jupyter/nbextension/**" ,
8184 " docs/**/*" ,
85+ " js/dist/**/*" ,
86+ " js/lib/*" ,
8287]
8388
8489[tool .coverage .run ]
@@ -120,9 +125,11 @@ packages = ["python_template_jupyter"]
120125[tool .hatch .build .hooks .jupyter-builder ]
121126build-function = " hatch_jupyter_builder.npm_builder"
122127ensured-targets = [
128+ " python_template_jupyter/nbextension/static/notebook.js" ,
123129 " python_template_jupyter/labextension/package.json" ,
124130]
125131skip-if-exists = [
132+ " python_template_jupyter/nbextension/static/notebook.js" ,
126133 " python_template_jupyter/labextension/package.json" ,
127134]
128135dependencies = [
0 commit comments