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