Skip to content

Commit

Permalink
build: add URLs to pyproject (for PyPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
truenicoco committed Jan 7, 2025
1 parent 0d03ec7 commit 90ef0d3
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 @@ -11,6 +11,11 @@ dependencies = [
"pyqt5-qt5==5.15.2",
]

[project.urls]
Homepage = "https://github.com/truenicoco/hh-creator/"
Repository = "https://github.com/truenicoco/hh-creator/"
Issues = "https://github.com/truenicoco/hh-creator/issues"

[project.gui-scripts]
hh-creator = "hh_creator.__main__:main"

Expand Down

0 comments on commit 90ef0d3

Please sign in to comment.