Skip to content

Commit 9211d11

Browse files
committed
fix dist contents
1 parent c410155 commit 9211d11

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Install the test dependencies and run the test suite.
100100
.. _MongoDB Community Forums:
101101
https://developer.mongodb.com/community/forums/tag/python-driver
102102

103+
.. _boto3: https://pypi.org/project/boto3/
104+
103105
.. _botocore: https://pypi.org/project/botocore/
104106

105107
.. _requests: https://pypi.org/project/requests/

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
version=version['__version__'],
1818
description="MONGODB-AWS authentication support for PyMongo",
1919
long_description=LONG_DESCRIPTION,
20+
long_description_content_type='text/x-rst',
2021
packages=find_packages(exclude=['test']),
2122
install_requires=['boto3', 'botocore'],
2223
extras_require={

0 commit comments

Comments
 (0)