summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2019-08-07 10:23:56 +0200
committerGitHub <noreply@github.com>2019-08-07 10:23:56 +0200
commit31486aa503e19ae26ba4c15f2809ddf6c5c1b248 (patch)
tree7ea72813ddb2c2f7ea24c2020aa9c7fca6693c77 /setup.py
parent3ce210dc6600385bfec1d7190e879d04801d527b (diff)
parentabe9166a88209c8f00ac3c3ec6aaeca9ad77c9a6 (diff)
downloadoauthlib-31486aa503e19ae26ba4c15f2809ddf6c5c1b248.tar.gz
Add logo to RTD docs & upgraded tox -e readme build to twine. (#693)
Add logo to RTD docs & upgraded tox -e readme build to twine.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3f822e0..1de8510 100755
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@ setup(
version=oauthlib.__version__,
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
+ long_description_content_type='text/x-rst',
author='The OAuthlib Community',
author_email='idan@gazit.me',
maintainer='Ib Lundgren',