diff options
| author | Hornwitser <[email protected]> | 2019-01-24 22:16:05 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-01-28 22:22:53 -0500 |
| commit | 1f4940d1716de03086c6693da699ac5c8e57bef8 (patch) | |
| tree | 39548f1b18029de6f0e6e9d343043da6241e21a7 /setup.py | |
| parent | Update voice code to vws V4 (diff) | |
| download | discord.py-1f4940d1716de03086c6693da699ac5c8e57bef8.tar.xz discord.py-1f4940d1716de03086c6693da699ac5c8e57bef8.zip | |
Fix README.rst for PyPi
Add long_description_content_type in setup.py, fix incorrectly
matched up title underlines in README.rst, and fix incorrect entry in
MANIFEST.in that was forgotten when the README was renamed in 06296bf.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ setup(name='discord.py', license='MIT', description='A python wrapper for the Discord API', long_description=readme, + long_description_content_type="text/x-rst", include_package_data=True, install_requires=requirements, extras_require=extras_require, |