@@ -6,11 +6,21 @@ build-backend = "hatchling.build"
6
6
name = " jupyter-sphinx"
7
7
dynamic = [" version" ]
8
8
description = " Jupyter Sphinx Extensions"
9
- readme = " README.md"
10
- license = {file =" LICENSE" }
11
9
requires-python = " >=3.8"
12
- authors = [
13
- {
name =
" Jupyter Development Team" ,
email =
" [email protected] " },
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"
14
24
]
15
25
dependencies = [
16
26
" ipykernel>=4.5.1" ,
@@ -21,6 +31,17 @@ dependencies = [
21
31
" Sphinx>=7" ,
22
32
]
23
33
34
+ [[project .authors ]]
35
+ name = " Jupyter Development Team"
36
+
37
+
38
+ [project .license ]
39
+ file = " LICENSE"
40
+
41
+ [project .readme ]
42
+ file = " README.md"
43
+ content-type = " text/markdown"
44
+
24
45
[project .urls ]
25
46
"Bug Tracker" = " https://github.com/jupyter/jupyter-sphinx/issues/"
26
47
Documentation = " https://jupyter-sphinx.readthedocs.io"
0 commit comments