Skip to content

Commit

Permalink
Set URLs to non-empty in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 18, 2024
1 parent 968de30 commit 400b7f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ classifiers = []
readme = "README.md"

[project.urls]
Repository = ""
Documentation = ""
Changelog = ""
Repository = "https://pypi.org/project/puffin-alpha/"
Documentation = "https://pypi.org/project/puffin-alpha/"
Changelog = "https://pypi.org/project/puffin-alpha/"

[tool.maturin]
bindings = "bin"
Expand Down

0 comments on commit 400b7f2

Please sign in to comment.