Rename project from pydiscord to discord.py

This commit is contained in:
Rapptz
2015-08-22 07:32:28 -04:00
parent b5a371812f
commit 44953e7a3f
9 changed files with 44 additions and 23 deletions

View File

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