diff options
| author | Peter Levart <[email protected]> | 2020-03-01 18:12:21 +0100 |
|---|---|---|
| committer | Peter Levart <[email protected]> | 2020-03-01 18:12:21 +0100 |
| commit | 5064f51a4c241d3c712884bc5d2f69e1e433b9c8 (patch) | |
| tree | c8303ab338ec34a242c1eaac71363971a0eb4a8a /setup.py | |
| parent | Bump version to v1.3.2 (diff) | |
| download | discord.py-5064f51a4c241d3c712884bc5d2f69e1e433b9c8.tar.xz discord.py-5064f51a4c241d3c712884bc5d2f69e1e433b9c8.zip | |
Capitalize Python for consistency
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |