chore(license): add license to pyproject.toml

This commit is contained in:
Sawyer 2025-07-23 13:21:59 -05:00
parent 52f5392ce0
commit 5480809212

View file

@ -3,6 +3,8 @@ name = "playwright-http-proxy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
license = "AGPL-3.0-only"
license-files = ["LICEN[CS]E*"]
requires-python = ">=3.13"
dependencies = [
"argparse>=1.4.0",