Skip to content

Commit 3b4943f

Browse files
committed
Fix typo and slightly improve package description
1 parent d2dddab commit 3b4943f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
2-
name = "pytest-parametrization-annotations"
2+
name = "pytest-parametrization-annotation"
33
version = "0.1.0"
4-
description = "A pytest library for parametrizing tests with type hints."
4+
description = "A pytest library for parametrizing tests using type hints."
55
authors = ["Fabian Haenel <contact@fabian-haenel.io>"]
66
readme = "README.md"
77
packages = [{include = "pytest_parametrization_annotation", from = "src"}]

0 commit comments

Comments
 (0)