File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- """DynamoDB Encryption SDK ."""
1
+ """DynamoDB Encryption Client for Python ."""
2
2
import io
3
3
import os
4
4
import re
@@ -31,12 +31,13 @@ def get_requirements():
31
31
version = get_version (),
32
32
packages = find_packages ('src' ),
33
33
package_dir = {'' : 'src' },
34
- url = 'http ://dynamodb-encryption-sdk.readthedocs.io/en/latest/ ' ,
34
+ url = 'https ://github.com/awslabs/aws- dynamodb-encryption-python ' ,
35
35
author = 'Amazon Web Services' ,
36
36
37
37
maintainer = 'Amazon Web Services' ,
38
+ description = 'DynamoDB Encryption Client for Python' ,
38
39
long_description = read ('README.rst' ),
39
- keywords = 'aws -encryption-sdk aws kms encryption dynamodb' ,
40
+ keywords = 'dynamodb -encryption-sdk aws kms encryption dynamodb' ,
40
41
data_files = [
41
42
'README.rst' ,
42
43
'CHANGELOG.rst' ,
You can’t perform that action at this time.
0 commit comments