File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,27 @@ description = "Sphinx extension for creating cross-reference links to arbitrary
1515readme = " README.md"
1616license = {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+
1839dependencies = [
1940 " sphinx >= 6.0.0" ,
2041]
@@ -25,6 +46,7 @@ test = [
2546]
2647docs = [
2748 " sphinx_rtd_theme >= 3.0.2" ,
49+ " numpydoc >= 1.8.0" ,
2850]
2951
3052[project .urls ]
You can’t perform that action at this time.
0 commit comments