Fix URLs definition
This commit is contained in:
parent
21322a7d81
commit
c893aa3fd1
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue