We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb2352 commit 1368656Copy full SHA for 1368656
examples/setup.py
@@ -36,7 +36,7 @@ def get_requirements():
36
author_email="[email protected]",
37
maintainer="Amazon Web Services",
38
description="DynamoDB Encryption Client for Python examples",
39
- long_description=read("README.md"),
+ long_description=read("README.rst"),
40
keywords="dynamodb-encryption-sdk aws kms encryption dynamodb",
41
data_files=["requirements.txt"],
42
license="Apache License 2.0",
0 commit comments