summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-08-06 17:23:22 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-08-06 17:23:22 +0200
commit8d71b161fd145d11c40d55c9ab66ac134a303253 (patch)
tree33191c3fc252264845f108943d006e88206408e6 /setup.py
parent3ce210dc6600385bfec1d7190e879d04801d527b (diff)
downloadoauthlib-8d71b161fd145d11c40d55c9ab66ac134a303253.tar.gz
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',