diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2018-05-07 00:23:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-07 00:23:38 +0530 |
commit | 048c926b46a9216f0fbafffc96e0e3ff926776d3 (patch) | |
tree | f9809279fab0403a9240bce9d7b1b58a106a051c /setup.py | |
parent | 5f306dbe990454fc8dbc12f766fc46590c4a3cfd (diff) | |
download | python-requests-048c926b46a9216f0fbafffc96e0e3ff926776d3.tar.gz |
README is in ReST
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ setup( version=about['__version__'], description=about['__description__'], long_description=readme + '\n\n' + history, - long_description_content_type='text/markdown', + long_description_content_type='text/x-rst', author=about['__author__'], author_email=about['__author_email__'], url=about['__url__'], |