Skip to content

Commit 8ef59cf

Browse files
committed
Fix documentation link for pypi
1 parent e413a4f commit 8ef59cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2223

2324
"License :: OSI Approved :: MIT License",
2425
"Operating System :: OS Independent",
@@ -50,7 +51,7 @@ dependencies = ["colored"]
5051
[project.urls]
5152
"Homepage" = "https://github.com/petercorke/ansitable"
5253
"Bug Tracker" = "https://github.com/petercorke/ansitable/issues"
53-
"Documentation" = "https://github.io/petercorke/ansitable"
54+
"Documentation" = "https://petercorke.github.io/ansitable"
5455
"Source" = "https://github.com/petercorke/ansitable"
5556

5657
[project.optional-dependencies]

0 commit comments

Comments
 (0)