aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-03-02 16:51:09 -0500
committerRapptz <[email protected]>2019-03-02 16:51:09 -0500
commit97de4542f74bbf0db98d3c6960f5193fa081fe3d (patch)
tree3d54ce3744ec0ec121e92220e0346599bc5c5f5d /setup.py
parentPrevent AttributeError when closing HTTPClient early. (diff)
downloaddiscord.py-97de4542f74bbf0db98d3c6960f5193fa081fe3d.tar.xz
discord.py-97de4542f74bbf0db98d3c6960f5193fa081fe3d.zip
Add project URLs to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index eb214915..0b65bf01 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,10 @@ extras_require = {
setup(name='discord.py',
author='Rapptz',
url='https://github.com/Rapptz/discord.py',
+ project_urls={
+ "Documentation": "https://discordpy.readthedocs.io/en/latest/",
+ "Issue tracker": "https://github.com/Rapptz/discord.py/issues",
+ },
version=version,
packages=['discord', 'discord.ext.commands'],
license='MIT',