We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21322a7 commit c893aa3Copy full SHA for c893aa3
pyproject.toml
@@ -11,9 +11,6 @@ maintainers = [
11
]
12
license = "MIT"
13
readme = "README.rst"
14
-homepage = "https://pytest-bdd.readthedocs.io/"
15
-documentation = "https://pytest-bdd.readthedocs.io/"
16
-repository = "https://github.com/pytest-dev/pytest-bdd"
17
classifiers = [
18
"Development Status :: 6 - Mature",
19
"Intended Audience :: Developers",
@@ -42,6 +39,11 @@ dependencies = [
42
39
"gherkin-official>=29.0.0",
43
40
44
41
+[project.urls]
+homepage = "https://pytest-bdd.readthedocs.io/"
+documentation = "https://pytest-bdd.readthedocs.io/"
45
+repository = "https://github.com/pytest-dev/pytest-bdd"
46
+
47
[project.entry-points."pytest11"]
48
"pytest-bdd" = "pytest_bdd.plugin"
49
0 commit comments