Capitalize Python for consistency

This commit is contained in:
Peter Levart 2020-03-01 18:12:21 +01:00
parent 5e63357508
commit 5064f51a4c

View File

@ -52,7 +52,7 @@ setup(name='discord.py',
version=version,
packages=['discord', 'discord.ext.commands', 'discord.ext.tasks'],
license='MIT',
description='A python wrapper for the Discord API',
description='A Python wrapper for the Discord API',
long_description=readme,
long_description_content_type="text/x-rst",
include_package_data=True,