Skip to content

Commit 779b7b9

Browse files
author
Grey Baker
authored
Add project_urls to setup.py (#1888)
1 parent cf62d26 commit 779b7b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ def get_version():
5555
'Programming Language :: Python :: 3.7',
5656
'Programming Language :: Python :: 3.8',
5757
],
58+
project_urls={
59+
'Documentation': 'https://boto3.amazonaws.com/v1/documentation/api/latest/index.html',
60+
'Source': 'https://github.com/boto/boto3',
61+
},
5862
)

0 commit comments

Comments
 (0)