aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',