Skip to content

Commit 9ef4c2c

Browse files
authored
refactor: update metadata content in pyproject (#263)
1 parent 0d6b26c commit 9ef4c2c

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

pyproject.toml

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@ build-backend = "hatchling.build"
66
name = "jupyter-sphinx"
77
dynamic = ["version"]
88
description = "Jupyter Sphinx Extensions"
9-
readme = "README.md"
10-
license = {file="LICENSE"}
119
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"
1424
]
1525
dependencies = [
1626
"ipykernel>=4.5.1",
@@ -21,6 +31,17 @@ dependencies = [
2131
"Sphinx>=7",
2232
]
2333

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+
2445
[project.urls]
2546
"Bug Tracker" = "https://github.com/jupyter/jupyter-sphinx/issues/"
2647
Documentation = "https://jupyter-sphinx.readthedocs.io"

0 commit comments

Comments
 (0)