Skip to content

Commit efa2d59

Browse files
committed
DOC: fix the project URL
While at it, tweak the project annotation for PyPI.
1 parent 5ad4b80 commit efa2d59

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test = [
3030
]
3131

3232
[project.urls]
33-
Home = "https://github.com/ev-br/scpdt"
33+
Home = "https://github.com/scipy/scipy_doctest"
3434

3535
[tool.pytest.ini_options]
3636
addopts = "--verbose --color=yes"

scipy_doctest/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""
2-
Doctests on steroids.
3-
4-
Whitespace-insensitive, numpy-aware, floating-point-aware doctest helpers.
2+
Configurable, whitespace-insensitive, floating-point-aware doctest helpers.
53
"""
64

75

0 commit comments

Comments
 (0)