Skip to content

Commit 62ca43a

Browse files
authored
Add documentation and changelog links on PyPI (#859)
These appear on the sidebar and provide neat, somewhat standard shortcuts to useful places. cf. [scout-apm](https://pypi.org/project/scout-apm/) , as defined in https://github.com/scoutapp/scout_apm_python/blob/631f2432f643d256ad5ab7ff6b8f7b95b14231f5/setup.py#L44
1 parent 34e6195 commit 62ca43a

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
@@ -16,6 +16,10 @@
1616
author="Sentry Team and Contributors",
1717
author_email="[email protected]",
1818
url="https://github.com/getsentry/sentry-python",
19+
project_urls={
20+
"Documentation": "https://docs.sentry.io/platforms/python/",
21+
"Changelog": "https://github.com/getsentry/sentry-python/blob/master/CHANGES.md",
22+
},
1923
description="Python client for Sentry (https://sentry.io)",
2024
long_description=__doc__,
2125
packages=find_packages(exclude=("tests", "tests.*")),

0 commit comments

Comments
 (0)