Compare commits
1 commit
bf5b02fd8f
...
f08fc04e66
| Author | SHA1 | Date | |
|---|---|---|---|
| f08fc04e66 |
2 changed files with 4 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
uv venv --python 3.11 .venv
|
||||
uv pip install --python .venv/bin/python -e ".[dev]"
|
||||
- name: Type check (mypy)
|
||||
run: source .venv/bin/activate && mypy . --ignore-missing-imports --python-version 3.12
|
||||
run: source .venv/bin/activate && mypy . --ignore-missing-imports
|
||||
|
||||
test:
|
||||
runs-on: docker-x64
|
||||
|
|
|
|||
|
|
@ -12,11 +12,13 @@ version = "3.0.0"
|
|||
description = "Free web scraping + browser automation API — self-hosted, no API keys needed"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = "MIT"
|
||||
license = { text = "MIT AND BSL-1.1" }
|
||||
authors = [{ name = "Rug Munch Media LLC" }]
|
||||
keywords = ["scraping", "crawler", "browser-automation", "mcp", "x402", "ai-agents"]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"License :: Other/Proprietary License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue