docs: add noncommercial license
Testing / remote-protocol-compat (0.9.3) (push) Successful in 35s
Testing / remote-protocol-compat (0.9.5) (push) Successful in 42s
Testing / test (push) Successful in 31s
Package Extension / package-extension (push) Successful in 28s
Build & Publish Package / publish (push) Successful in 32s

- Add the PolyForm Noncommercial License 1.0.0 with the required copyright notice.
- Declare the license file in Python package metadata.
- Document that commercial use is not permitted without separate licensing.
- Refresh the extension packaging wording to match the testing archive name.
This commit is contained in:
2026-06-14 15:47:48 +02:00
parent 642e22759f
commit 6a806f857c
3 changed files with 85 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "browser-cli"
version = "0.14.2"
description = "Control your real running browser from the terminal or Python SDK"
license = { file = "LICENSE" }
requires-python = ">=3.10"
dependencies = [
"click>=8",