Skip to content

Commit

Permalink
Merge pull request #257 from antoinevg/antoinevg/add-project-urls
Browse files Browse the repository at this point in the history
repo: add project urls to pyproject
  • Loading branch information
antoinevg authored May 23, 2024
2 parents e8bbfac + 7089676 commit b8d8bc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ dev = [
"prompt-toolkit>3.0.16",
]

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

[tool.setuptools.packages.find]
where = ["."]
include = ["luna*"]
Expand Down

0 comments on commit b8d8bc6

Please sign in to comment.