[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "fetcha" version = "0.2.0" description = "Official Python SDK for Fetcha — Intelligent Web Access Infrastructure" readme = "README.md" license = { text = "MIT" } requires-python = ">=3.9" authors = [{ name = "Fetcha", email = "hello@fetcha.co" }] keywords = ["fetcha", "proxy", "scraping", "web access", "residential proxy"] dependencies = [] [project.urls] Homepage = "https://www.fetcha.co" Documentation = "https://www.fetcha.co/docs/sdks" [tool.hatch.build.targets.wheel] packages = ["fetcha"]