diff options
| author | Giovani Irimea <[email protected]> | 2017-09-17 06:22:39 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-09-18 20:01:57 -0400 |
| commit | 06296bfaf66035196a843d0a42aaa9b3d20afdf9 (patch) | |
| tree | 92355644f16314aa661759bfb76653bf5e52a383 /setup.py | |
| parent | Add webhook.url (diff) | |
| download | discord.py-06296bfaf66035196a843d0a42aaa9b3d20afdf9.tar.xz discord.py-06296bfaf66035196a843d0a42aaa9b3d20afdf9.zip | |
Changed README from using Markdown to use reStructuredText
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ if version.endswith(('a', 'b', 'rc')): pass readme = '' -with open('README.md') as f: +with open('README.rst') as f: readme = f.read() extras_require = { |