@@ -6,11 +6,21 @@ build-backend = "hatchling.build"
66name = " jupyter-sphinx"
77dynamic = [" version" ]
88description = " Jupyter Sphinx Extensions"
9- readme = " README.md"
10- license = {file =" LICENSE" }
119requires-python = " >=3.8"
12- authors = [
13- { name = " Jupyter Development Team" , email = " jupyter@googlegroups.com" },
10+ classifiers = [
11+ " Development Status :: 5 - Production/Stable" ,
12+ " Intended Audience :: Science/Research" ,
13+ " License :: OSI Approved :: BSD License" ,
14+ " Operating System :: OS Independent" ,
15+ " Programming Language :: Python" ,
16+ " Programming Language :: Python :: 3" ,
17+ " Programming Language :: Python :: 3 :: Only" ,
18+ " Programming Language :: Python :: 3.8" ,
19+ " Programming Language :: Python :: 3.9" ,
20+ " Programming Language :: Python :: 3.10" ,
21+ " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " Topic :: Scientific/Engineering"
1424]
1525dependencies = [
1626 " ipykernel>=4.5.1" ,
@@ -21,6 +31,17 @@ dependencies = [
2131 " Sphinx>=7" ,
2232]
2333
34+ [[project .authors ]]
35+ name = " Jupyter Development Team"
36+ email = " jupyter@googlegroups.com"
37+
38+ [project .license ]
39+ file = " LICENSE"
40+
41+ [project .readme ]
42+ file = " README.md"
43+ content-type = " text/markdown"
44+
2445[project .urls ]
2546"Bug Tracker" = " https://github.com/jupyter/jupyter-sphinx/issues/"
2647Documentation = " https://jupyter-sphinx.readthedocs.io"
0 commit comments