We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c990cb9 commit 8f55a0eCopy full SHA for 8f55a0e
setup.py
@@ -205,6 +205,9 @@ def _download_and_extract_local_driver(
205
long_description=Path("README.md").read_text(encoding="utf-8"),
206
long_description_content_type="text/markdown",
207
url="https://github.com/Microsoft/playwright-python",
208
+ project_urls={
209
+ "Release notes": "https://github.com/microsoft/playwright-python/releases",
210
+ },
211
packages=["playwright"],
212
include_package_data=True,
213
install_requires=[
0 commit comments