Skip to content

Commit 74a2b6e

Browse files
author
Rastislav Turanyi
committed
Update pyproject.toml
1 parent 2656841 commit 74a2b6e

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,37 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = 'sphinx_parsed_codeblock'
7-
version = "0.1.0"
7+
version = "1.0.0"
88
authors = [
99
{name = "Rastislav Turanyi", email = "rastislav.turanyi@stfc.ac.uk"},
1010
]
1111
maintainers = [
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"
1515
readme = "README.md"
1616
license = {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+
1838
dependencies = [
1939
"sphinx >= 6.0.0",
2040
]
@@ -30,3 +50,6 @@ docs = [
3050

3151
[project.urls]
3252
Repository = "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

Comments
 (0)