Fix URLs definition

This commit is contained in:
Alessio Bogon 2025-01-11 23:37:41 +01:00
parent 21322a7d81
commit c893aa3fd1
No known key found for this signature in database
1 changed files with 5 additions and 3 deletions

View File

@ -11,9 +11,6 @@ maintainers = [
]
license = "MIT"
readme = "README.rst"
homepage = "https://pytest-bdd.readthedocs.io/"
documentation = "https://pytest-bdd.readthedocs.io/"
repository = "https://github.com/pytest-dev/pytest-bdd"
classifiers = [
"Development Status :: 6 - Mature",
"Intended Audience :: Developers",
@ -42,6 +39,11 @@ dependencies = [
"gherkin-official>=29.0.0",
]
[project.urls]
homepage = "https://pytest-bdd.readthedocs.io/"
documentation = "https://pytest-bdd.readthedocs.io/"
repository = "https://github.com/pytest-dev/pytest-bdd"
[project.entry-points."pytest11"]
"pytest-bdd" = "pytest_bdd.plugin"