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 51e416b commit 690fa21Copy full SHA for 690fa21
setup.py
@@ -204,6 +204,7 @@ def _download_and_extract_local_driver(
204
description="A high-level API to automate web browsers",
205
long_description=Path("README.md").read_text(encoding="utf-8"),
206
long_description_content_type="text/markdown",
207
+ license="Apache-2.0",
208
url="https://github.com/Microsoft/playwright-python",
209
project_urls={
210
"Release notes": "https://github.com/microsoft/playwright-python/releases",
0 commit comments