We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf62d26 commit 779b7b9Copy full SHA for 779b7b9
1 file changed
setup.py
@@ -55,4 +55,8 @@ def get_version():
55
'Programming Language :: Python :: 3.7',
56
'Programming Language :: Python :: 3.8',
57
],
58
+ project_urls={
59
+ 'Documentation': 'https://boto3.amazonaws.com/v1/documentation/api/latest/index.html',
60
+ 'Source': 'https://github.com/boto/boto3',
61
+ },
62
)
0 commit comments