diff options
| author | Rapptz <[email protected]> | 2019-03-02 16:51:09 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-03-02 16:51:09 -0500 |
| commit | 97de4542f74bbf0db98d3c6960f5193fa081fe3d (patch) | |
| tree | 3d54ce3744ec0ec121e92220e0346599bc5c5f5d /setup.py | |
| parent | Prevent AttributeError when closing HTTPClient early. (diff) | |
| download | discord.py-97de4542f74bbf0db98d3c6960f5193fa081fe3d.tar.xz discord.py-97de4542f74bbf0db98d3c6960f5193fa081fe3d.zip | |
Add project URLs to setup.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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', |