Skip to content

Commit f787291

Browse files
committed
update package metadata in setup.py
1 parent 2d21ad7 commit f787291

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""DynamoDB Encryption SDK."""
1+
"""DynamoDB Encryption Client for Python."""
22
import io
33
import os
44
import re
@@ -31,12 +31,13 @@ def get_requirements():
3131
version=get_version(),
3232
packages=find_packages('src'),
3333
package_dir={'': 'src'},
34-
url='http://dynamodb-encryption-sdk.readthedocs.io/en/latest/',
34+
url='https://github.com/awslabs/aws-dynamodb-encryption-python',
3535
author='Amazon Web Services',
3636
author_email='[email protected]',
3737
maintainer='Amazon Web Services',
38+
description='DynamoDB Encryption Client for Python',
3839
long_description=read('README.rst'),
39-
keywords='aws-encryption-sdk aws kms encryption dynamodb',
40+
keywords='dynamodb-encryption-sdk aws kms encryption dynamodb',
4041
data_files=[
4142
'README.rst',
4243
'CHANGELOG.rst',

0 commit comments

Comments
 (0)