Skip to content

Commit c893aa3

Browse files
committed
Fix URLs definition
1 parent 21322a7 commit c893aa3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ maintainers = [
1111
]
1212
license = "MIT"
1313
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"
1714
classifiers = [
1815
"Development Status :: 6 - Mature",
1916
"Intended Audience :: Developers",
@@ -42,6 +39,11 @@ dependencies = [
4239
"gherkin-official>=29.0.0",
4340
]
4441

42+
[project.urls]
43+
homepage = "https://pytest-bdd.readthedocs.io/"
44+
documentation = "https://pytest-bdd.readthedocs.io/"
45+
repository = "https://github.com/pytest-dev/pytest-bdd"
46+
4547
[project.entry-points."pytest11"]
4648
"pytest-bdd" = "pytest_bdd.plugin"
4749

0 commit comments

Comments
 (0)