From 5064f51a4c241d3c712884bc5d2f69e1e433b9c8 Mon Sep 17 00:00:00 2001 From: Peter Levart Date: Sun, 1 Mar 2020 18:12:21 +0100 Subject: [PATCH] Capitalize Python for consistency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8202403ea..904bce2d0 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,