Skip to content

Commit 690fa21

Browse files
authored
chore: use SPDX license expression in project metadata (#1611)
1 parent 51e416b commit 690fa21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def _download_and_extract_local_driver(
204204
description="A high-level API to automate web browsers",
205205
long_description=Path("README.md").read_text(encoding="utf-8"),
206206
long_description_content_type="text/markdown",
207+
license="Apache-2.0",
207208
url="https://github.com/Microsoft/playwright-python",
208209
project_urls={
209210
"Release notes": "https://github.com/microsoft/playwright-python/releases",

0 commit comments

Comments
 (0)