Skip to content

Commit

Permalink
Add project.urls section in pyproject.toml (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle authored Apr 26, 2024
1 parent 81e61cd commit e1affed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ docs = [
"sphinx-autoapi>=2.1.0",
]

[project.urls]
Documentation = "https://docs.kr8s.org/en/stable"
Repository = "https://github.com/kr8s-org/kr8s.git"
Issues = "https://github.com/kr8s-org/kr8s/issues"
Changelog = "https://github.com/kr8s-org/kr8s/releases"

[tool.pytest.ini_options]
addopts = "-v --keep-cluster --durations=10 --cov=kr8s --cov-report term-missing --cov-report xml:coverage.xml"
timeout = 300
Expand Down

0 comments on commit e1affed

Please sign in to comment.