Skip to content

Commit 591c70b

Browse files
authored
Add project URLs to pyproject.toml (#631)
1 parent 7a033f9 commit 591c70b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies = [
2727
"pyyaml",
2828
]
2929

30-
3130
license = { file = "LICENSE" }
3231
# TODO: Add email of the maintainer
3332
maintainers = [
@@ -81,3 +80,7 @@ test = [
8180

8281
[project.entry-points]
8382
"sphinx.html_themes" = { sphinx_book_theme = "sphinx_book_theme" }
83+
84+
[project.urls]
85+
Repository = "https://github.com/executablebooks/sphinx-book-theme"
86+
Documentation = "https://sphinx-book-theme.readthedocs.io/"

0 commit comments

Comments
 (0)