Skip to content

Commit

Permalink
Fix URLs definition
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jan 11, 2025
1 parent 21322a7 commit c893aa3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit c893aa3

Please sign in to comment.