From ee0aed30865c329d92dc7a2648e3054a1154338a Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 4 Sep 2022 08:37:02 -0500 Subject: [PATCH] build(deps): Fix typo in package name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18b0321..881e698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "pytest.sphinx" +name = "pytest-sphinx" version = "0.4.0" description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives" readme = "README.rst"