Skip to content

Commit 8f55a0e

Browse files
authored
chore: add release notes link to PyPI page (#1568)
1 parent c990cb9 commit 8f55a0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ def _download_and_extract_local_driver(
205205
long_description=Path("README.md").read_text(encoding="utf-8"),
206206
long_description_content_type="text/markdown",
207207
url="https://github.com/Microsoft/playwright-python",
208+
project_urls={
209+
"Release notes": "https://github.com/microsoft/playwright-python/releases",
210+
},
208211
packages=["playwright"],
209212
include_package_data=True,
210213
install_requires=[

0 commit comments

Comments
 (0)