diff --git a/pyproject.toml b/pyproject.toml index 818681d6..c14d755a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"