Skip to content

Commit

Permalink
project_urls is supposed to be a dict..
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab committed Nov 11, 2022
1 parent 61b6932 commit 20f96ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@
"aiohttp",
"leveling",
]
_URLS = (
{
_URLS = {
"Discord": "https://discord.gg/xJ2HRxZ",
"Documentation": f"{_GITHUB_URL}/blob/master/docs.md",
"Issue tracker": f"{_GITHUB_URL}/issues",
},
)
}
setup(
author="Soheab",
name="vacefron.py",
Expand Down

0 comments on commit 20f96ae

Please sign in to comment.