Skip to content

Commit

Permalink
pyproject: fix URLs
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Apr 24, 2024
1 parent 5cda7f4 commit 06da5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dev = ["rfc8785[doc,test,lint]", "build"]
[project.urls]
Homepage = "https://pypi.org/project/rfc8785"
Documentation = "https://trailofbits.github.io/rfc8785.py/"
Issues = "https://github.com/trailofbits/rfc8785/issues"
Source = "https://github.com/trailofbits/rfc8785"
Issues = "https://github.com/trailofbits/rfc8785.py/issues"
Source = "https://github.com/trailofbits/rfc8785.py"

[tool.flit.module]
name = "rfc8785"
Expand Down

0 comments on commit 06da5bd

Please sign in to comment.