We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5c187 commit a605db4Copy full SHA for a605db4
pyproject.toml
@@ -180,10 +180,11 @@ docs = [
180
]
181
182
[project.urls]
183
-Changelog = "https://medkit.readthedocs.io/en/stable/changelog.html"
184
-Documentation = "https://medkit.readthedocs.io"
185
-Issues = "https://github.com/medkit-lib/medkit/issues"
186
-Source = "https://github.com/medkit-lib/medkit"
+homepage = "https://medkit-lib.org"
+source = "https://github.com/medkit-lib/medkit"
+changelog = "https://medkit-lib.org/changelog.html"
+documentation = "https://medkit-lib.org/user_guide"
187
+issues = "https://github.com/medkit-lib/medkit/issues"
188
189
[tool.coverage.run]
190
source_pkgs = ["medkit", "tests"]
0 commit comments