Skip to content

Commit ab48479

Browse files
RastislavTuranyiRastislav Turanyi
andauthored
Update pyproject.toml (#2)
* Add keywords and extensions * Add missing numpydoc dependency * Update pyproject.toml --------- Co-authored-by: Rastislav Turanyi <rastislav.turanyi@stfc.ac.uk>
1 parent a8b84cb commit ab48479

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,27 @@ description = "Sphinx extension for creating cross-reference links to arbitrary
1515
readme = "README.md"
1616
license = {file = "LICENSE"}
1717

18+
keywords = [
19+
"Python",
20+
"docs",
21+
"documentation",
22+
"sphinx",
23+
"sphinx-extension",
24+
"inline cross-reference",
25+
"inline reference",
26+
]
27+
28+
classifiers = [
29+
"Development Status :: 5 - Production/Stable",
30+
"Framework :: Sphinx :: Domain",
31+
"Framework :: Sphinx :: Extension",
32+
"Intended Audience :: Developers",
33+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
34+
"Operating System :: OS Independent",
35+
"Programming Language :: Python",
36+
"Topic :: Documentation :: Sphinx"
37+
]
38+
1839
dependencies = [
1940
"sphinx >= 6.0.0",
2041
]
@@ -25,6 +46,7 @@ test = [
2546
]
2647
docs = [
2748
"sphinx_rtd_theme >= 3.0.2",
49+
"numpydoc >= 1.8.0",
2850
]
2951

3052
[project.urls]

0 commit comments

Comments
 (0)