diff --git a/README.rst b/README.rst index dee44f13..9f84d030 100644 --- a/README.rst +++ b/README.rst @@ -1,18 +1,12 @@ -discord.py +Enhanced-dpy (custom discord.py) ========== -.. image:: https://discord.com/api/guilds/336642139381301249/embed.png - :target: https://discord.gg/r3sSKJJ - :alt: Discord server invite -.. image:: https://img.shields.io/pypi/v/discord.py.svg - :target: https://pypi.python.org/pypi/discord.py - :alt: PyPI version info .. image:: https://img.shields.io/pypi/pyversions/discord.py.svg :target: https://pypi.python.org/pypi/discord.py :alt: PyPI supported Python versions A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python. -Credits to original lib by `Rappts `_ +Credits to the `original lib by Rapptz `_ **WARNING: This is not the official discord.py lib! This is a custom version to which I add some features that might be useful or just makes things easier for the lazy people. See below which features have been added. This lib will also be kept updated with the BETA version of the original lib! So things may be unstable, please keep that in mind.** diff --git a/setup.py b/setup.py index 27e8908e..32cc3474 100644 --- a/setup.py +++ b/setup.py @@ -42,12 +42,12 @@ extras_require = { ] } -setup(name='discord.py', - author='Rapptz', - url='https://github.com/Rapptz/discord.py', +setup(name='enhanced-dpy', + author='iDutchy', + url='https://github.com/iDutchy/discord.py', project_urls={ "Documentation": "https://discordpy.readthedocs.io/en/latest/", - "Issue tracker": "https://github.com/Rapptz/discord.py/issues", + "Issue tracker": "https://github.com/iDutchy/discord.py/issues", }, version=version, packages=['discord', 'discord.ext.commands', 'discord.ext.tasks'],