|
|
@ -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', |
|
|
|