We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbbc31 commit bd74379Copy full SHA for bd74379
1 file changed
pyproject.toml
@@ -8,6 +8,7 @@ build-backend = "setuptools.build_meta"
8
name = "Wand"
9
authors = [
10
{name = "Hong Minhee", email = "hongminhee@member.fsf.org"},
11
+ {name = "E. McConville", email = "emcconville@emcconville.com"},
12
]
13
maintainers = [
14
{name = "E. McConville", email = "emcconville@emcconville.com"},
@@ -40,8 +41,8 @@ test = ["pytest >= 7.2.0"]
40
41
doc = ["Sphinx >= 7.2.6"]
42
43
[project.urls]
-Homepage = "https://example.com"
44
-Documentation = "https://docs.wand-py.org"
+Homepage = "https://docs.wand-py.org"
45
+Documentation = "https://docs.wand-py.org/en/latest/index.html"
46
Repository = "https://github.com/emcconville/wand"
47
Tracker = "https://github.com/emcconville/wand/issues"
48
Changelog = "https://docs.wand-py.org/en/latest/changes.html"
0 commit comments