aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f40748f9..4b059e54 100644
--- a/setup.py
+++ b/setup.py
@@ -16,9 +16,9 @@ readme = ''
with open('README.md') as f:
readme = f.read()
-setup(name='pydiscord',
+setup(name='discord.py',
author='Rapptz',
- url='https://github.com/Rapptz/pydiscord',
+ url='https://github.com/Rapptz/discord.py',
version=version,
packages=['discord'],
license='MIT',