preparing

This commit is contained in:
iDutchy 2020-10-17 20:03:53 -05:00
parent 09168d880f
commit 2d7b6e239b
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ __title__ = 'discord'
__author__ = 'Rapptz'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015-2020 Rapptz'
__version__ = '1.5.0'
__version__ = '1.5.0-enhanced_1'
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@ -46,7 +46,7 @@ setup(name='enhanced-dpy',
author='iDutchy',
url='https://github.com/iDutchy/discord.py',
project_urls={
"Documentation": "https://discordpy.readthedocs.io/en/latest/",
"Documentation": "https://enhanced-dpy.readthedocs.io/en/latest/",
"Issue tracker": "https://github.com/iDutchy/discord.py/issues",
},
version=version,