Skip to content

Commit 59a77db

Browse files
authored
chore(setup/pypi): update pypi.org Project links (#4035)
## Description Add [PEP-0345 project URL](https://peps.python.org/pep-0345/#project-url-multiple-use) in setup.py. **Side Effect:** Pypi will show more links in left side bar under "Project links" (e.g: https://pypi.org/project/gevent/) ## Checklist - [x] Title must conform to [conventional commit](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional). ## Reviewer Checklist - [ ] Title is accurate. - [ ] Description motivates each change. - [ ] No unnecessary changes were introduced in this PR. - [ ] PR cannot be broken up into smaller PRs. - [ ] Avoid breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [ ] Tests provided or description of manual testing performed is included in the code or PR. - [ ] Release note has been added for fixes and features, or else `changelog/no-changelog` label added. - [ ] All relevant GitHub issues are correctly linked. - [ ] Backports are identified and tagged with Mergifyio. - [ ] Add to milestone.
1 parent a801675 commit 59a77db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ def get_exts_for(name):
219219
"Changelog": "https://ddtrace.readthedocs.io/en/stable/release_notes.html",
220220
"Documentation": "https://ddtrace.readthedocs.io/en/stable/",
221221
},
222+
project_urls={
223+
"Bug Tracker": "https://github.com/DataDog/dd-trace-py/issues",
224+
"Source Code": "https://github.com/DataDog/dd-trace-py/",
225+
"Changelog": "https://ddtrace.readthedocs.io/en/stable/release_notes.html",
226+
"Documentation": "https://ddtrace.readthedocs.io/en/stable/",
227+
},
222228
author="Datadog, Inc.",
223229
author_email="[email protected]",
224230
long_description=long_description,

0 commit comments

Comments
 (0)