Skip to content

Commit

Permalink
python: fix pyproject project.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jun 27, 2024
1 parent b62fc91 commit 6d89355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cynthion/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ gateware = [
cynthion = "cynthion.commands.cli:main"

[project.urls]
Documentation = "https://luna-soc.readthedocs.io"
Repository = "https://github.com/greatscottgadgets/luna-soc"
Issues = "https://github.com/greatscottgadgets/luna-soc/issues"
Documentation = "https://cynthion.readthedocs.io"
Repository = "https://github.com/greatscottgadgets/cynthion"
Issues = "https://github.com/greatscottgadgets/cynthion/issues"

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit 6d89355

Please sign in to comment.