We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c410155 commit 9211d11Copy full SHA for 9211d11
README.rst
@@ -100,6 +100,8 @@ Install the test dependencies and run the test suite.
100
.. _MongoDB Community Forums:
101
https://developer.mongodb.com/community/forums/tag/python-driver
102
103
+.. _boto3: https://pypi.org/project/boto3/
104
+
105
.. _botocore: https://pypi.org/project/botocore/
106
107
.. _requests: https://pypi.org/project/requests/
setup.py
@@ -17,6 +17,7 @@
17
version=version['__version__'],
18
description="MONGODB-AWS authentication support for PyMongo",
19
long_description=LONG_DESCRIPTION,
20
+ long_description_content_type='text/x-rst',
21
packages=find_packages(exclude=['test']),
22
install_requires=['boto3', 'botocore'],
23
extras_require={
0 commit comments