Skip to content

Commit

Permalink
add project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jul 26, 2024
1 parent bb6bc61 commit 6cf67ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ description = "Easy dependency injection"
dependencies = []
readme = "README.md"

#[project.urls]
#Homepage = "https://github.com/pypa/sampleproject"
[project.urls]
Homepage = "https://github.com/pypa/sampleproject"
Issues = "https://github.com/nightblure/injection/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc"
Changelog = "https://github.com/nightblure/injection/releases"
Homepage = "https://github.com/nightblure/injection"
Documentation = "https://injection.readthedocs.io/latest/"
Repository = "https://github.com/nightblure/injection.git"

[tool.ruff]
line-length = 88
Expand Down

0 comments on commit 6cf67ac

Please sign in to comment.