Skip to content

Commit

Permalink
add project.urls to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Nov 12, 2024
1 parent 9b8ffd5 commit 6fca73b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)"
]

[project.urls]
"Homepage" = "https://github.com/rudymatela/leancheck"
"Bug Tracker" = "https://github.com/rudymatela/leancheck/issues"

[tool.pytest.ini_options]
pythonpath = ["src"]

Expand Down

0 comments on commit 6fca73b

Please sign in to comment.