Skip to content

Commit 70ef913

Browse files
chore: Fix README file extension (#174)
1 parent 3418eae commit 70ef913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_requirements():
3636
author_email="[email protected]",
3737
maintainer="Amazon Web Services",
3838
description="DynamoDB Encryption Client for Python examples",
39-
long_description=read("README.md"),
39+
long_description=read("README.rst"),
4040
keywords="dynamodb-encryption-sdk aws kms encryption dynamodb",
4141
data_files=["requirements.txt"],
4242
license="Apache License 2.0",

0 commit comments

Comments
 (0)