mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-21 10:26:47 +00:00
Capitalize Python for consistency
This commit is contained in:
parent
5e63357508
commit
5064f51a4c
2
setup.py
2
setup.py
@ -52,7 +52,7 @@ setup(name='discord.py',
|
|||||||
version=version,
|
version=version,
|
||||||
packages=['discord', 'discord.ext.commands', 'discord.ext.tasks'],
|
packages=['discord', 'discord.ext.commands', 'discord.ext.tasks'],
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description='A python wrapper for the Discord API',
|
description='A Python wrapper for the Discord API',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/x-rst",
|
long_description_content_type="text/x-rst",
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user