aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPeter Levart <[email protected]>2020-03-01 18:12:21 +0100
committerPeter Levart <[email protected]>2020-03-01 18:12:21 +0100
commit5064f51a4c241d3c712884bc5d2f69e1e433b9c8 (patch)
treec8303ab338ec34a242c1eaac71363971a0eb4a8a /setup.py
parentBump version to v1.3.2 (diff)
downloaddiscord.py-5064f51a4c241d3c712884bc5d2f69e1e433b9c8.tar.xz
discord.py-5064f51a4c241d3c712884bc5d2f69e1e433b9c8.zip
Capitalize Python for consistency
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8202403e..904bce2d 100644
--- a/setup.py
+++ b/setup.py
@@ -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,