Skip to content

Commit bd74379

Browse files
committed
Updated project URLS
1 parent abbbc31 commit bd74379

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build-backend = "setuptools.build_meta"
88
name = "Wand"
99
authors = [
1010
{name = "Hong Minhee", email = "hongminhee@member.fsf.org"},
11+
{name = "E. McConville", email = "emcconville@emcconville.com"},
1112
]
1213
maintainers = [
1314
{name = "E. McConville", email = "emcconville@emcconville.com"},
@@ -40,8 +41,8 @@ test = ["pytest >= 7.2.0"]
4041
doc = ["Sphinx >= 7.2.6"]
4142

4243
[project.urls]
43-
Homepage = "https://example.com"
44-
Documentation = "https://docs.wand-py.org"
44+
Homepage = "https://docs.wand-py.org"
45+
Documentation = "https://docs.wand-py.org/en/latest/index.html"
4546
Repository = "https://github.com/emcconville/wand"
4647
Tracker = "https://github.com/emcconville/wand/issues"
4748
Changelog = "https://docs.wand-py.org/en/latest/changes.html"

0 commit comments

Comments
 (0)