@@ -4,17 +4,37 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = ' sphinx_parsed_codeblock'
7- version = " 0.1 .0"
7+ version = " 1.0 .0"
88authors = [
99 {name = " Rastislav Turanyi" , email = " rastislav.turanyi@stfc.ac.uk" },
1010]
1111maintainers = [
1212 {name = " Rastislav Turanyi" , email = " rastislav.turanyi@stfc.ac.uk" },
1313]
14- description = " Sphinx extension adding a directive for a parsed code-block "
14+ description = " Sphinx extension adding a directive for a parsed code-block"
1515readme = " README.md"
1616license = {file = " LICENSE" }
1717
18+ keywords = [
19+ " Python" ,
20+ " docs" ,
21+ " documentation" ,
22+ " sphinx" ,
23+ " sphinx-extension" ,
24+ " parsed code-block" ,
25+ " code-block" ,
26+ ]
27+
28+ classifiers = [
29+ " Development Status :: 5 - Production/Stable" ,
30+ " Framework :: Sphinx :: Extension" ,
31+ " Intended Audience :: Developers" ,
32+ " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
33+ " Operating System :: OS Independent" ,
34+ " Programming Language :: Python" ,
35+ " Topic :: Documentation :: Sphinx"
36+ ]
37+
1838dependencies = [
1939 " sphinx >= 6.0.0" ,
2040]
@@ -30,3 +50,6 @@ docs = [
3050
3151[project .urls ]
3252Repository = " https://github.com/RastislavTuranyi/sphinx_parsed_codeblock"
53+ Documentation = " https://rastislavturanyi.github.io/sphinx_parsed_codeblock"
54+ Homepage = " https://rastislavturanyi.github.io/sphinx_parsed_codeblock"
55+ Issues = " https://github.com/RastislavTuranyi/sphinx_parsed_codeblock/issues"
0 commit comments