[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "aioweb" version = "0.1.0" description = "Async HTTP session wrapper over aiohttp — proxies, header overwrites, retries, previews. Config-free, installable." requires-python = ">=3.10" dependencies = [ "aiohttp>=3.9", "yarl>=1.9", ] [tool.hatch.build.targets.wheel] packages = ["src/aioweb"]