Skip to content

Commit

Permalink
Correct project urls for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
manzanotti committed Dec 11, 2022
1 parent 57832a1 commit 24166c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Topic :: Home Automation",
],
project_urls={ # Optional
"Bug Reports": "{URL}/issues",
"Source": "{URL}",
"Bug Reports": f"{URL}/issues",
"Source": f"{URL}",
},
)

0 comments on commit 24166c4

Please sign in to comment.