Skip to content

Commit a6b05ed

Browse files
authored
Fix plugin name (#66)
1 parent d3fac80 commit a6b05ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ urls.Homepage = "https://github.com/pytest-dev/pytest-print"
4747
urls.Source = "https://github.com/pytest-dev/pytest-print"
4848
urls.Tracker = "https://github.com/pytest-dev/pytest-print/issues"
4949
[project.entry-points.pytest11]
50-
env = "pytest_print"
50+
print = "pytest_print"
5151

5252
[tool.hatch]
5353
build.hooks.vcs.version-file = "src/pytest_print/_version.py"

0 commit comments

Comments
 (0)