@@ -11,20 +11,20 @@ authors = [
1111classifiers = [
1212 " Development Status :: 5 - Production/Stable" ,
1313 " Framework :: IPython" ,
14- " Framework :: Jupyter" ,
15- " Framework :: Jupyter :: JupyterLab" ,
1614 " Framework :: Jupyter :: JupyterLab :: 3" ,
1715 " Framework :: Jupyter :: JupyterLab :: 4" ,
16+ " Framework :: Jupyter :: JupyterLab" ,
17+ " Framework :: Jupyter" ,
1818 " Intended Audience :: Developers" ,
1919 " Intended Audience :: Science/Research" ,
20- " License :: OSI Approved :: BSD License" ,
21- " Programming Language :: Python" ,
22- " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.9" ,
20+ " License-Expression: BSD-3-Clause" ,
2421 " Programming Language :: Python :: 3.10" ,
2522 " Programming Language :: Python :: 3.11" ,
2623 " Programming Language :: Python :: 3.12" ,
2724 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.9" ,
26+ " Programming Language :: Python :: 3" ,
27+ " Programming Language :: Python" ,
2828 " Topic :: Multimedia :: Graphics" ,
2929]
3030dependencies = [" traitlets" ]
@@ -64,7 +64,11 @@ log_cli_level = "info"
6464addopts = [
6565 " --nbval" ,
6666 " --ignore=tests/notebooks/.ipynb_checkpoints/*" ,
67+ " --strict-config" ,
68+ " -ra" ,
69+ " --strict-markers" ,
6770]
71+ filterwarnings = [" error" ]
6872testpaths = [
6973 " tests" ,
7074]
0 commit comments