diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6bf7ab8..1eb9703 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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 + run: source .venv/bin/activate && mypy . --ignore-missing-imports --python-version 3.12 test: runs-on: docker-x64 diff --git a/pyproject.toml b/pyproject.toml index 4400d79..84b1ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,13 +12,11 @@ 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 = { text = "MIT AND BSL-1.1" } +license = "MIT" 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",